Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to export the Source to Target mappings from the tMap into a human readable format (like Excel) so that my client may review and feedback.
How can I achieve this?
To be honest, the business user should provide the mapping specification to the developer. The developer should work to that. However you can build a job to interrogate the job's .item file to pull the mapping info out of that. The .item file is an XML file, so it wouldn't be too hard. However you are likely to pull out a bit of Java. I'm afraid it is unlikely you will get this into an Excel file without a bit of Java to read, without a fair amount of work.