Problem of Stop Word Filter

Dear Sir

I have two questions required for your help:

1) How can I export a text file, the current available ways are in CSV, Table, HTML,... but not for text file

2) When using Stop Word Filter, I found that the filter is only worked for text file format, but not in CSV or Table format, is there sth wrong?  The Text or CSV file has only 1 column for filtering.  No specific difference.

 

Thanks

Lawson

Hi Lawson,

1) A CSV file is actually a text file, so you can simply use a CSV writer and change the file ending to txt if needed.

2) The Stop word Filter only works on document type columns. Therefore, you need to use a Strings to Document node first for this node to work.

Cheers,

Roland

Thanks for clarification.