Hi Team,
I tried to load data from csv file to DB2 table. But it is not showing updateSQL , also when I run update command it is showing executed successfully but it didn’t really inserted data.
<loadData schemaName=“DB2INST2”
encoding=“UTF-8”
file=“test.csv”
quotchar="’"
relativeToChangelogFile=“true”
separator=","
tableName=“PERSON”
usePreparedStatements=“true”>
in test.csv
‘testuser’,‘testaddress’