JSON via SQLite (from CSV)
This blog post was published more than one year ago and might be outdated!
· 2 min read
Sometimes we get data from customers as Excel files. These are then converted to JSON files to be able to be processed further. In the past, this was often a cumbersome task with many manual steps. With SQLite, we made this much easier and reduced the number of needed steps.