Hi there! With this extension, once the CSV is drag'n'droped into the blender viewport, it will be embedded within the blender mesh, so there's no connection to the original data source anymore.
I assume you're using the new CSV Import node from Blender 4.5. It's not possible to use relative paths there, but you can use the string formatting node like this to have a bit more control on how to load the data: https://postimg.cc/hJ3BPF8h
Hello. I'm working on a project that heavily relies on the CSV import geometry node in blender. But this node does not support relative pathing so as soon as any imput csv is moved, the absolute path is broken. Does this csv importer support relative pathing? If so, that would be great, as I am inexperienced in scripting blender myself.