Reputation: 1
I have a lot of files containing credentials in the format of
[email protected]:password
[email protected]:password2
my desired Outcome would be a CSV file so I am able to load the data into a Database
Password | TopLevelDomain | SDL | |
---|---|---|---|
[email protected] | password | com | |
[email protected] | password2 | com |
So the columns in that db are Email, Password, the top-level domain and the domain itself.
Using the MySQL Workbench import feature the data couldn't be imported in the current form, which is why im asking for help here. Thanks in advance :)
Upvotes: 0
Views: 49