How do I work with .dbf files in Jetbrains DataGrip ? I am on macos and need to work with .dbf file. I managed to open dbf file in Shapefile explorer software. But I would like to use cool features DataGrip offering. Is it possible?
How to open/view/import .dbf file in jetbrains datagrip?
2.2k Views Asked by IamMashed At
3
There are 3 best solutions below
0

I use dbf-to-sqlite
Python package - pretty straightforward way to discover DBF structure and data inside. It creates SQLite database which supported by DataGrip out of the box.
pip install dbf-to-sqlite
dbf-to-sqlite PIndx01.dbf post_index.sqlite
1

There is no way to do that and even there is no ticket in the tracker: https://youtrack.jetbrains.com/issues/DBE
done with
shp2pgsql
for example: