Assign admin name and ID to the correct column
Currently, the export command of the preprocessor.py
, assigns admin_name
to the admin_id
column and vice versa, when importing a CSV file exposure to a database exposure.
Thus:
-
admin_name
andadmin_id
need to be assigned to the correct column in import module. - Then the example of the import module of the preprocessor should run again and the result should be replaced.
- After that, the result of step 2 (database exposure) should be put into the export module of the preprocessor example.
- At the end, the export of the correct database should be run again and replaced.
Edited by Tara Evaz Zadeh