Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to get the column names that would be coming from the excel, will parse with the metadata stored in the database and remove the extra columns.
I am able to do the later things except getting the column names out of the dynamic schema.
Example if the Excel is having Id, Name, Age as three columns and metadata has Id and Name, I will have to remove the Age from the schema before loading. I am able to remove the age, however I am unable to get the column name list out of tExcelInput.
Thank you very much Shong. I was able to do this using the tjavarow component and then using getColumnMetadata() and getName() functions.