Hi
No. You can't simply covert data between String type and Dynamic type.
Dynamic is a feature called dynamic schema in Talend Enterprise Edition.
You can get instructions and scenarios from documents.
Regards,
Pedro
Hi Pedro,
There is issue in using the Dynamic data type.
The Dynamic data type fixes the First row's delimiter count as default and if the next records consist of more delimiters then its being truncated.
So I am trying to get the input from tFileInputFullRow as string and checking the row count and trying to convert as Dynamic.
There is also issue when try to convert Dynamic data type to string and getting the string count.(It gives different string count)
Is there any solution?