Question
If I add a column to a database, do I need to re-configure it in Mapper even if I am not using the added column for data conversion, etc.?
Answer
Even if a column added is not used in Mapping, the position of the column may affect the data to be loaded.
If there is a change in the table structure, please update the schema definition from Update schema definition in the component property that uses the table.
Comments
0 comments
Article is closed for comments.