Hello All,
Please have you got an idea how i could store more then 100+ records ? When i run the WB it should compare or find the value and do the needful.
thank you all
Hello All,
Please have you got an idea how i could store more then 100+ records ? When i run the WB it should compare or find the value and do the needful.
thank you all
Some Python trick is probably more efficient, but when I need this I copy paste the Excel cells to one attribute, then use the AttributeSplitter and ListExploder to split it to rows, then the AttributeSplitter and AttributeCreator to split and create the columns.
Some Python trick is probably more efficient, but when I need this I copy paste the Excel cells to one attribute, then use the AttributeSplitter and ListExploder to split it to rows, then the AttributeSplitter and AttributeCreator to split and create the columns.
Added workspace demonstrating this.
thankyou @nielsgerrits for your quick response and workaround