Use CSV Folder As SQL Database
Last updated
Last updated
This project shows how to use a folder of CSV files to model a SQL database. The files model SQL database tables and can be queried and used just like regular SQL tables.
The project has been setup to iterate selected records in a file using SQL. The selected records are displayed using the ViewRuntimeRecords activity.
Explore the properties of the InitializeSource activity of the CSVDatabase module which is used to read the records.