Dear all,
I am facing issue while loading data from file. The issue is -
writer WKF-560065 the type of the 'gender' expression (type: string) does not match the type of the '@gender' destination field (type: byte)
At this moment I have changed(Byte -> String) data type for gender attribute in extended schema and its working fine. Is this right approch? Kindly let me know.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello AlwaysDigital,
If you want that your 2 fields match, you have to change one side, yes.
In my opinion, you should better change the field type from your file (in you Data Loader Activity), and not change the native gender field. That could work, but you can encounter some type issue in some case after.
Hope I Helped,
Regards,
Views
Replies
Total Likes
Hello AlwaysDigital,
If you want that your 2 fields match, you have to change one side, yes.
In my opinion, you should better change the field type from your file (in you Data Loader Activity), and not change the native gender field. That could work, but you can encounter some type issue in some case after.
Hope I Helped,
Regards,
Views
Replies
Total Likes
Hello Arouillard44,
Thanks for quick response. Yes we change from data file as well.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies