Hi All,
I am uploading data from CSV file.. That part is working fine.
Now i want to check CSV file name. Ex : CSV file name = W1234H4321AB.
I want to check 6th letter, if 6th letter is eq 'H', i want to upload data otherwise should display some message.
I tried by reading this attribute, but i declared this type as XSTRING, i checked value after using get_Attribute in lv_datasouce. It contains some XSTRING value. How to get CSV file name??
Cheers,
Venkys.