Hello All, I have file, which basically don't have an extention like csv etc, But it shows me extention '.bin', When I open it in excel it looks like csv but it is not.
I basically want to read this file which has some coulmn and rows and store it in my custom record.
I tried opening using nlapiLoadFile but it is giving me output as binary something like this- '[0] = {string} UlRZUEUsQ0NPREUsVFBJREMsVFJDSyMsRklMTDEsTVRSSyMsRklMTDIsU0hJUEQsRVNUREQsRVNURFQsREVMVkQsRE...
'
Anyone has any idea on this?