Hi @Long , based on the error message, if that character’s ASCII code is >= 127, then it looks like Knime does not accept it as delimiter in the Cell Splitter.
Is it possible to replace this character by something else? For example, you could use the Line Reader and do a replace.
Could you share some sample data that we can test with?
Thanks, Bruno.
The data likes “浦东新区1930例,徐汇区998例,闵行区774例,黄浦区632例,嘉定区591例,松江559例,宝山区450例,普陀区349例,虹口区312例,静安区298例,杨浦区255例,青浦区228例,奉贤区149例,崇明区110例,长宁区93例,金山区60例”
@Long I experimented with putting Unicode characters in flow variables and using that on UTF-16LE csv files which does work. The flow variable though can not be used in cell splitter.