Forum Discussion

darpan13's avatar
darpan13
Contributor
3 years ago

Load Excel data into Custom Table Code - Failing

SOURCE: ONESTREAM CHAMPIONS  

 

Hi Team,

I am facing a typical issue ( Error Msg 1) while uploading the data from an excel. where as the code for csv upload works fine. Refer the Code attached here by for reference.

can any one help here to find what wrong am i doing in the below code.

Also i want to fetch the range selected somewhere in the error log… or the message box… how to achieve that ?

Also i could not find and XF Market place solution which enables this excel upload feature, Any guess on that as well.

Regards and Thanks

Darpan Bhansali

    • MarcR's avatar
      MarcR
      VIP

      Hi Darpan,

      the variable tbRangeContent is not a string and that is what the logmessage needs. you can simply add .tostring after the tbRangeContent in the brapi and it will convert its contents to a string and show to you in the error log.

      • MarcR's avatar
        MarcR
        VIP

        Hi Marc,

        Point noted , it worked partially, it removed the error , but all the excel data records were not displayed in Error Message ( where we intend to log them )

        Also 1 more question - is there any difference between the two functions mentioned in below screenshot ?

         

         

        i could see in both the cases data is being saved.

        Regards

        Darpan Bhansali