Henrik
Henrik

Reputation: 1

Converting a Credentialset into CSV details for importing into a Database

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

Email Password TopLevelDomain SDL
[email protected] password com email
[email protected] password2 com email

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

Answers (0)

Related Questions