We have a generic EM project that is used to clean data and it is used by other projects.
There are some instances when we call this module it is changing the data type of some of the columns.
But when I debug the module, the final output has the correct data type.
Any idea why the call to this project is returning a different data type?
Here are some print screens of the projects:
Before calling the Data clean module:
After we call the Data clean module:
When I run the project manually I can see that the output is formatted correctly:
thanks,
Renata