Inputting Data From CSV
-
Hello first post here I just want to ask is it possible to imput data from a CSV file an example would be for creating accounts, like email accounts or social media profiles ?
Thanks in advance.
-
@blogblogs Hi there!
I guess now you can create a Resource with file:
Do not forget to remove checkbox to take data from file line by line:
And then use this tool to separate data: http://wiki.bablosoft.com/doku.php?id=how_to_work_with_strings#how_to_split_line_into_pieces
-
You could also use "Parse Line" action to extract different part of string to variables.
-
Cheers guys or gals @support - @zortexx for your quick response I will give those a try thanks again.