Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I need to take one column (Description, which is in html) from each row and create 1 html file for each row. For example, let's say I have 10 rows, where each rows has a column call description, which contains html codes, and I need to output 10 html page. I'm not sure how to do this. Please help? Thanks.
Hello,
Could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina
Hello,
In some file output components (like tfileOutputDelimited for example), you can check option "Split output in several Files" (in Advanced Settings). If you send to this output only your column Description, check the option "Split output in several Files" and put number of line to 1 per file, you will have 1 file per record in input. The file name will be managed automatically with an index.
You can also use a TflowtoIterate and send each of your record to an output file but in this case, you will have to manage your different file names by yourself.