Hello Sandeep, For e.g. If you want to insert data with JSON format then your request data will be in following format: {"_lifetech": {"application": "car loan","brand": "BMW","category": "car","productDesc": "electric car","productName": "X3"}} Now you want to insert the same with CSV. Normally it...