Question
Lloyds Banking Group PLC
GB
Last activity: 3 Aug 2021 7:31 EDT
pxUploadCSVResults not saving the content in page list property
I have used OOTB functionality to get the data from the csv file. what i understood from the flowaction and activity from this, i can provide the page name, class and pagelist property in the pyPreCSVUpload activity.
No need to create any properties against the column we provide.
resultPg.getProperty(propName);
I have tried to provide new and existing properties and above line in java code is throwing an error as below. tried column name with single, double quotes as well.
But when i hard code resultPg.getProperty("test") like this, it sets the value in the configured page list.
The reference test is not valid. Reason: invalid property name: 'test'
and my csv file as below
test testa testb test test test
Anybody faced this issue?