Import CSV/Excel file using Postman
Using the built-in /sys_import.do 'API' it's possible to import CSV or Excel files directly. There's no need to use a MID Server for this, it can be done from any host where you have the relevant tools (either a script that can do POST requests or a program such as Postman). Note that there's also nothing stopping you doing this import from a MID Server host. Note: the file content itself must be uploaded as a POST request, as a multi-part attachment. The name (key) of this parameter can be called anything you like. Pls note that there's also nothing stopping you doing this import from a MID Server host. Those who are interested to work on this, give a try in your free time and let me know if any questions 😊 Here are the simple steps can be followed to achieve this: Create a simple test CSV file Upload the CSV file once manually using 'Load Data' on the instance, to create the necessary Import Set Staging table (e.g. u_mytestimport) D...