Import data from csv file to Redis hash keys in same namespace without programming

by

Want to import CSV file into Redis hash keys in same namespace without programming?

Using Redis Data Studio, a native GUI tool, you can import CSV file into Redis namespaced hash keys (key name contains ‘:’) easily and fast, no need to program.

Download RedisDataStudio Download RedisDataStudio

Import CSV file into Redis hash keys in same namespace

Choose CSV file -> Set Redis hash keys namespace -> Import CSV to Redis

Click “Import From File” at task dialog.

Import CSV file into Redis hash keys in same namespace - task window

Choose “File”, “CSV”, “Namespace Hash Keys”, “Hash”.

Import CSV file into Redis hash keys in same namespace - task window

1. Config source CSV file.

Import CSV file into Redis hash keys in same namespace - source file

The CSV file like this:

Import CSV file into Redis hash keys in same namespace - view the source CSV file

2. Config destination hash keys namespace.

Import CSV file into Redis hash keys in same namespace - config destination hash keys namespace

3. Summary.

Import CSV file into Redis hash keys in same namespace - summary

4. Import CSV file into Redis hash keys in same namespace.

Import CSV file into Redis hash keys in same namespace - import file

After importing, you can view hash keys.

Import CSV file into Redis hash keys in same namespace - view key

Import CSV to Redis hash keys in a namespace in command line

Save “Import CSV to Redis” session, then you can:

Set scheduled tasks for converting CSV to Redis namespace

You can schedule and automate this “CSV to Redis” conversion task by:

1) Save session and create .bat (Windows) or .sh (Linux/macOS) file.

2) Set scheduled task.

FAQ


More about RedisDataStudioCSV to Redis Converter