Forum Discussion
hamed_digaleh
5 years agoNew Member
overwriting data type in python wrapper for visualization
Hi everyone, I’ve problem in reading .csv in wrapper header file and it detect data type wrong. I originally imported moth_year column as text in data transform and here I do want to have “dataset” ...
Greg_Deckler
5 years agoCommunity Champion
hamed_digaleh - So you have a source step where you import the data, why doesn't a subsequent step of transforming the column to text? Are you getting an error?
- hamed_digaleh5 years agoNew Member
In Source step data are read as text and in the write format (e.g. in this case MONTH_YEARS column as "02.2020"), but the problem rise when it tries to run the python wrapper and it conver these text in auto generate part to number (e.g. MONTH_YEARS reads as 22.02 which is wrong).