Im confused as too how to import a csv file into a couchbase bucket using python. Ive been looking for example code to examine but have yet to find any specific to importing a csv file. Any assistance with this is appreciated.
Hi @odonnry you could do something like https://www.geeksforgeeks.org/convert-csv-to-json-using-python/ but instead of writing to a JSON file after creating the dictionary you would iterate over it and insert/upsert each object into couchbase - https://docs.couchbase.com/python-sdk/current/howtos/kv-operations.html.
If you just have a csv file that you want to get the data from into couchbase and don’t really mind how then you could also look at https://github.com/couchbaselabs/couchbase-shell