Question

Hi, I am running a workspace to transform my data into a .csv using pipe delimited characters to separate my data. The problem I am having is how to eliminate the pipe delimiters that are separating the rows. I showed an example below.

  • 10 January 2023
  • 2 replies
  • 4 views

FME_PipesseparatingrowsI want to remove all the extra pipe delimiters after the data. I would do it manually by I have over 10000 records. Please help.


2 replies

Badge +20

You can use a Tester to test if the first attribute (col0) has a value and filter out the ALLPIPE lines.

Test for pipe

Userlevel 2
Badge +12

I think is better to filter before you write data to CSV-file.

Reply