Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was following the tutorial regarding the translating scenario into a job. I am already in step 2 and I have come across a difference of output being displayed as I am doing a tMap.
Looking at the screenshot provided by the tutorial, the columns of the row1 are separated based on the first column entries of the csv file from the metadata (please see attached image tutorial_screen.png). However in my end, the column is being separated by an underscore (please see attached image). I have created a self-made csv file to be used as an input since there was no given csv file for the tutorial itself.
Kindly help me out and hopefully provide me the answer I need.
Thank You!
P.S I have also attached images of the preview of the schema as the metadata is being created.
I have solved the issue.
I just have to change the field separator from semicolon to comma.
Thank you for the reply