What setting to set in the Putdatabaserecord to successfully ingest the data into mysql table?
our flow : Getfile -> PutDatabaseRecord and have a CSV with fields as follows :
prodd No, Pos, device Name, device Type
we need to ingest the value for these fields in database table 'sensor' that has fields describes as:
prodd_No, Pos, device_Name, device_Type
So here is a change in fields name. What setting to set in the Putdatabaserecord to successfully ingest the data into mysql table?
Right now I am getting error as Module No cannot be null. How can we fix this change of header names in the original CSV and MySQL table?
Tagged: