I'm writing the .ResponseText from a WinHttp request into an .html file, then importing it with TransferText into a table, with a named Import Spec.
I need to add a required field to the table which is not included in the tables from the .htm file. The value to fill it with is in the .htm file, just not in a table.
Does anyone know how I might write this value to the table along with the import of the .htm table data?
I need to add a required field to the table which is not included in the tables from the .htm file. The value to fill it with is in the .htm file, just not in a table.
Does anyone know how I might write this value to the table along with the import of the .htm table data?