Empty records are getting inserted while inserting multiple records via import set API.

kaduapoorva
Tera Contributor

 

Hello All,

 

I am trying to insert multiple records using import set API but records with empty data or fields values are getting inserted.

I have gone through community answers already but didn't get any exact solution.

Please help with exact root cause and solution.

6 REPLIES 6

gopinath2393
Tera Contributor

 If you are using transform map to process the record from import set table to target table, check if you have any Field maps with Choice as "Create" which will create a new record if the values are not available.

gopinath2393_0-1720516623801.png

Mark my answer if it resolves the issue,

 

Thanks

Gopinath

midjoule
Kilo Sage

Hello,

I just faced the exact same issue. The reason was that at the source system they did not specify correctly the headers. Instead of "Content-Type", they specified "Content Type"... We spent one day to figure out what was wrong. It was just a "dash" away 😅

Hope this helps!