
Hi Friends ,
Actually I got some work to create a custom data entity for that available table and then I duplicated an entity did the property changes accordingly.
Then I refreshed the data entity and after that I was trying to export that entity but i got this error message . it is importing but always firing this error & Please PFB Screenshot.
Please share your answer if anyone knows how to solve this and how can i get those data after that limit it shouldn't be truncated.
This is not an error message, it's a warning, your entity will work but, as you've said data will be truncated, I'm afraid there is no way to avoid this as DMF works as a service, you're using Excel as destination, and if you google a bit you'll discover that 32768 characters is the string limit for an Excel cell, so the problem is not DMF, is an Excel limitation