Hi ,
I have following requirement . I need to create CSV file and store in a Business class. I have defined new field as Binary object. But i don know how to load the CSV file to the binary object field.
I tried this below,
1) Create CSV file with the data (test.csv)
2) Created reference file-HROrganization.csv for the business class HROrganization with the following data
HROrganization,Document
100,test.csv
3) I ran dbupdatelobs using system command node. - The node is not working..
Please let me know if you have any other options
Thanks