Hi,
By import maps I take it you mean FSM Connect XML Maps?
If so then an XML map can be created that imports data into ANY table within FSM.
If the issue you're having is around the validation on lookup tables then there is an option on XML maps that will assist you.
Please access an XML map and go to the 'Mapping' tab. On each row there is a check box under 'FORCE CREATE CODE' - for each row where the check box is selected, if there is an insert into a code table on said row and the code does not exist this check box will create the code in the code table.
Be careful with this option as if poor data is sent to FSM on a regular basis then it has the potential to compromise the integrity of the codes going forward.
I hope this helps.
Kind regards,
Paul
Rudy -
You have to import the code table records first, though you might be able to do it with a single import map. A table which has a field where you see the description displayed in the UI only stores the code value (not the description). The descriptions only exist in the code tables.
@Paul Drennan - there is a separate thing which is an ‘Import Map’ and it can be used for importing data via Menu->File->Import/Export when you have data to import from a 3rd party system.
BR
MikeTFSMT
Hi @Rwjgoedhart,
Can you confirm if either/both of the above posts answered your query? If they did please mark one as best answer as this will assist future forum users to quickly identify solutions to known issues.
Kind regards,
Lee Pinchbeck
Rudy, import into the t-tables instead. create a Business rule to update the column based on global code description. Else you would need to handle as an integration map and drop a file and the integration map perform the function to determine the correct value.
Ben,
Thank you! that makes total sense, and will work the way I was looking for it to work!
Sincerely,
Rudy