sohail1001Original post
Web Developer
Hello folks,
How can I bump/load data from external source(from json/excel file) into the database?
I am happy to do it programmatically. I did not find anytihing in the docs. Any help is appreciated.
Summary
Question: How can I load data from an external source (JSON/Excel file) into the database programmatically?
Solution: One way to achieve this is by using one of the server-side SDKs provided by the platform. You can choose the SDK that you are most comfortable with from the list of available options here: [link to SDKs]. These SDKs allow you to load the data and insert it into the database directly.