Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using tFileOutputDelimited to output the data in CSV to reduce load time, but CSV prints some text errors, to what should i connect it so the data can be converted to xlsx?
@Sieg, if you want to read the data from CSV and write it to Excel,you need to design job in below way. if you try to use other component your output file will corrupted.
tFileInputDelimitted>>Row>>Main>>tFileoutputExcel
Hi, thanx for the help, that did the trick, is it possible to only output the xlsx and not the CSV? its currently outputing both
@Sieg , I did not understand your issue can you share your job design and explain your issue.
Hi, i only want to output the "output_xlsx", instead it still outputs the "output_csv" too. Is it possible?
@Sieg ,can you share your job design?