Hello,
I am looking to find a way to filter out csv lines if they are completely empty.
As an example, lets say I have a csv file like the one below:
I want to process and save the values on the first line, but after that I want to skip the lines where there are no data between the semicolons.
Is there a transformer that can help me achieve this?
Thank you