简体   繁体   中英

How to import csv in KNIME and ignore the quote marks

I have a csv file with data like this: "Column1; Column2; Column3" "ValueA; ValueB; ValueC" "ValueD; ValueE; ValueF"

When i import it using the 'CSV Reader'-Node it interprets the quote marks as content. I need the data to be imported without the quotation marks though (formatting it after that does not feel like a clean way of doing this and the node interprets the data formats wrong).

The setting of the node is as follows: https://i.stack.imgur.com/FJC1k.png

How can i deal with this?

在配置对话框中添加“作为引号。

@FlipForties Hi,

As a heavy KNIME user I would recommend trying to load your data via the File Reader node instead. It's much more flexible than the CSV Read node and you should be able to load your data as is without issues. I made a test data-set and it looks ok upon load. See screen shot below:

enter image description here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM