Manipulate csv data as number in a collection

279 views
Skip to first unread message

yves.d...@gmail.com

unread,
Mar 9, 2015, 3:30:25 PM3/9/15
to suppor...@runmyprocess.com
Hello,

I've loaded a csv file into a collection using import_objects. My problem is that all data are treated as text : number in the csv file are considered as text. As a result, even if I select the type number in the collection report, I can not use >, <, between, etc. functions of the standard filter.

Is there any workaround ?

regards
Yves

Bidisha Das

unread,
Mar 10, 2015, 4:51:29 AM3/10/15
to suppor...@runmyprocess.com
Hi,
You can use :${import_objects("File id","Collection name",{"parse_numbers":["Column header name",Column index]},true)} to save a number data as number and not as string in Collection.You will be then able to use <,> and between filter operators.


Thanks & Regards
Bidisha

yves.d...@gmail.com

unread,
Mar 10, 2015, 6:02:24 PM3/10/15
to suppor...@runmyprocess.com, yves.d...@gmail.com
Thanks Bidisha
Reply all
Reply to author
Forward
0 new messages