• Thanks Vic.K

    I have one more query. If I need to update the columns inspite of having a different name from the parsed values table, I was thinking of storing such mappings in a file and fetching the corresponding column to be updated. Is there any other way I can achieve this?

    For eg: I can have a file which has the column level mapping like

    Destination column Parsed column name

    Address address

    Customer Name

    CustomerPhone Phone

    How can I fetch the column name as Customer whenever i have the parsed value for Name?

    Regards

    Pooja