SL12345
2 years agoNew Contributor III
Creating CSV file with Header in first column
Hi SnapLogic experts,
i have question, if described example could be done via snaplogic. Output should be .csv file with structure:
Column1
Column2
Column3
Column4
Column1Values,Column2Values,Column3Values,Column4Values
"Headers" should be in first column of target file and after last header (Column4) csv should continue with values of specific headers but in separated columns.
I can do it with 4 columns, but my real example is more than 500 headers, and there is problem with string length and my headers are trimmed.
So what will be best approach to do it via snaplogic? Is it even possible to do it via one CSV parser, due to delimiter rules or so? thank you