Skip to content

Article from Clément Ricateau Pasquino

How to make a user-friendly and transactional csv import in Loopback

January 26, 2016Clément Ricateau Pasquino8 min read

When you build an app where users need to regularly import data from an external source, you are bound to import csv files to populate your database. Often referred as ETL (Extract, Transform and Load), these functionalities are tricky to implement and often hard to understand for the end user. This…

Continue reading →