Update Tutorial authored by jvfpw18's avatar jvfpw18
...@@ -95,6 +95,8 @@ Let's create a json for a table_test: ...@@ -95,6 +95,8 @@ Let's create a json for a table_test:
} }
~~~ ~~~
If you want to learn more about Table Definitions, click [here.](../Table-Definitions)
## 4. Creating your mapping protocol ## 4. Creating your mapping protocol
The map protocol file is used to store the information about the table columns and to make the link between the data The map protocol file is used to store the information about the table columns and to make the link between the data
from the csv and the database. This file is stored inside the mapping_protocols folder and uses as name the "table name from the csv and the database. This file is stored inside the mapping_protocols folder and uses as name the "table name
... ...
......