Not able to insert multiple rows into table
Summary
Not able to insert multiple rows into tableContent
I have service to insert the list of objects to store in the table
{
"****": [
{
"XXXXXX": "US",
"XXXXX": "AK",
"XXXXX": "Alaska",
"CCCCXCC": "2015-07-29T15:00:55.000+05:30"
},{
"XXXXXX": "US",
"XXXXX": "AL",
"XXXXX": "Alabama",
"CCCCXCC": "2015-07-29T15:00:55.000+05:30"
}
]}
Inserting the last object skipping all other object in the list
0