If I have .xlsx file created by Excel 2019, what will be the best practice to extract data and turn into JSON format using the latest Data Hub Framework?
Asked
Active
Viewed 56 times
0
-
Seeking recommendations for books, tools, software libraries, and more is off-topic here. – Enigmativity May 07 '20 at 04:41
1 Answers
0
When inserting data into MarkLogic, you generally need its format to be either JSON, XML, CSV, text, or binary. So for your use case, you'd want to use a tool to convert that .xlsx file into one of the above formats first. There are dozens of such tools out there - pick one that works for your preferred programming language.

rjrudin
- 2,108
- 9
- 7