Add new binary util - mdb-exportjson

A new binary util for exporting mdb rows as json lines.
This is very useful for importing mdb data to mongo in combination with mongoimport.

The code is vastly similar to the mdb-export but there are enough dissimilarities and disagreement
about flag values that I thought a separate util is warranted.
This commit is contained in:
Ugo Di Girolamo
2014-05-21 18:17:55 -04:00
parent 95cf90d8ea
commit 5057419da9
3 changed files with 189 additions and 1 deletions

View File

@@ -196,6 +196,8 @@ if test x$enable_gtk_doc = xauto ; then
fi
AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
AM_CONDITIONAL(HAVE_GNOME_DOC_UTILS, test x$enable_gtk_doc = xyes)
AM_CONDITIONAL(ENABLE_SK, test x$enable_gtk_doc = xyes)
##################################################
# Check for txt2man