edit output csv file

Hi,

i have text processed a document, and now i want to have the output in a csv file. But when i do that with a data report, i get all the text in diffrent columns in  excel. Is there a way to get all the data in the right column?

I have now 2 columns Documents and preproccesed documents. When I export the data to a csv file the data is spread out over 8 sometimes even 9 colomns, that goes automatticly. So is there a way to edit this?

Hi Joost,

you can not write Document Cells directly to csv. Extract the text with the Document Data Extractor. This node will create string cols for the textual data. Then write these string cols to a csv file. You can specify the quoting policy. Make sure to quote and escape quotes in the text.

Cheers, Kilian

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.