Hello ProjeQtOr team,
could you please give me a hint/help with the following issue:
during data import using csv, there is "Invalid controls" message mentioning that "NA" is not a valid data_type (numeric,date etc.) for certain fields. What confuses me is the import is used to work without specifiying those fields (most of them hidden and not being used) before 10.X version. I have also checked if these "problematic" fields are required, but they are not.
Thanks in advance!
Please give more exemple : screenshots, import files, ...
the problem was caused by the library which converted 'NA' values to string literal 'NA' while writing R dataframes to cvs. The issue has been solved. Sorry for inconvenience.