WebADI Error in Handling Varchar2 Values.
Hello,
I have a requirement in WebADI, where I need to upload and download data from and to WebADI Spreadsheet.
Uploading of data and insert the data into table, needs to be done through my custom package. For this , I have a table of two fields. SNO = NUMBER, SNAME = VARCHAR2(10).
I have created my custom Integrator, Interface, Content, Uploader etc. Also I have defined my Layout, Mapping.
When i clicked on Preview, I am able to download spreadsheet, pull existing data from table into my spreadsheet. (Dummy rows inserted directly into table for Test purpose.)
While uploading new data from my WebADI Spreadsheet, i am ended with error.