-
Notifications
You must be signed in to change notification settings - Fork 0
4.3 Import
Steven Sotelo edited this page Jan 9, 2015
·
9 revisions
This tool of the application allow you upload CSV files and import into the database.
- Path source: It allow you to search the CSV file that you want to import to the database
- Log: It is the folder where the application will save the files that contains the events of the application
- REGISTER_OK: In this file the application will save the same record that import was successful
- REGISTER_ERROR: This file contains the same record that in the import process make a error and cannot be upload into database
- QUERY_ERROR: It contains the query that the application try to upload but the database refuse by a error
- Split: It is string that separate every column. You should review if you need use a escape sequence
- Clean data: This option allow you remove all accents and strange characters when the application is uploading the records into database.
- Type import: In this option you can select which is the destination table into database
- Start import: This button start the process for to upload all register from CSV file into database
- Occurrences
- Metadata
Dev by Steven Sotelo