Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a table having two columns, which are Date and Links to a webpage.
I would like to use tHTMLInput to extract the header and body from each webpage, and the extraction works well, I export the extraction results into a excel file, but how can I keep the Date column in the final excel file?
my workflow is
tFileInputExcel---> tFlowToIterate---->tHTMLInput
I tried add the Date column in the schema of tHTMLInput component, but seems it failed to give me the Date column in the final results.
Thanks!