Solved
Forum Discussion
Aleksandar_A
2 years agoContributor III
Hello SL12345,
Please refer to the attached sample pipeline, and let me know if this helps you!
Regards,
Aleksandar.
SL12345
2 years agoNew Contributor III
Looks good but question .... in my example - one row has more fields than another row
Is it possible to "connect"/export two lines into one file but without empty field at the and of shorter row?
(Mercedes is shorter and CSV formatter creates last empty field) instead of this:
"Mercedes";"6658";"TypeS";"2022";""
"Audi";"5558";"TypeA8";"2022";"Diesel"
get This
"Mercedes";"6658";"TypeS";"2022";
"Audi";"5558";"TypeA8";"2022";"Diesel"
Thank you