Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Tutorial How to CSV Bulk Import

Joined
Aug 11, 2016
Messages
778
No need for excel.

1. Open up notepad/notepad++
2. Enter in your account details like shown in the sample
3. Save As-> ".csv" (Example: puppy.csv)

Template:-

The format is:

alias,login-name,login-password,pin

If the account doesn't have a bank pin, then pass NA

eg:
account1,[email protected],password1,1234
account2,[email protected],password2,NA
account3,[email protected],password3,1234
account4,[email protected],password4,1234

Sample .csv (You can just edit it w/ your accoutn details and import):- https://7.lithi.io/gHl4a2.csv

Virus total of the csv:- Antivirus scan for e11da9c8117e84c54216772c0b811ec493903d8f893cfbc5c64eea114eb43db8 at UTC - VirusTotal

Thanks @Cloud for the help.
 
Last edited by a moderator:
Joined
Sep 27, 2017
Messages
16
This does not seem to work anymore. I get this error using the sample csv u provided:
Incorrect number of values: CSVRecord [comment=null, mapping=null, recordNumber=1, values=[uwfgpsal, uwfgpsalv, 0000]]. Aborting import. Required format is "Login Name","Password","Bank Pin (NA for none)".​
 
Top