Skip to content

cdelfrate/csv-import-app

Repository files navigation

csv-import-app

This is intended to be an Angular front end for the purpose importing data into a database via some backend API. The backend APIs are simulated in this case via the in-memory-data.service.ts unit. Get started by selecting a any file in a .CSV format. After the file loads, select the import type, you may map available columns based on the selected import. Still a work in process...