1999_production_value.csv
, 1999_harvested_area.csv
and 1999_production.csv
from the folder Guidebook_Dinamica_5\Database\Tables\
. Next, open Load Table and load IBGE_crop_information_uptated.csv
.1999_harvested_area.csv
and 1999_production.csv
files. On the Input/Output tab, grab an Add Table Column and place it on the sketch. Connect the Load Lookup Table which contains the file 1999_harvested_area.csv
to Add Table Column, selecting Table as an input port. On the Functor Editor window, write a name for the created column (e.g. “production_value”).
1999_production.csv
to Add Table Column, the Column Values port will be automatically assigned as an input port.
1999_production_value.csv
to the new Add Table Column. In the Functor Editor window, choose a name for the created column (e.g. “production”).
IBGE_crop_information_uptated.csv
to the Table port. In the Functor Editor window, enter 1999
as the key identifying the sub-table that will be updated or inserted. Additionally, toggle the Ignore Column Names flag in the Functor Editor Window.
\Guidebook_Dinamica_5\Models\add_table_column_set_table_by_key
and write the file name (e.g. IBGE_crop_information_complete
).
Using the table generated previously, we would like to demonstrate how to retrieve a data column from it.
IBGE_crop_information_complete.csv
).\Guidebook_Dinamica_5\Models\add_table_column_set_table_by_key
and write the file name (e.g. IBGE_crop_information_update).