Changelog
Source:NEWS.md
dbflobr 0.2.0.9000
- Added
blob = FALSE
argument toread_flob()
to specify whether to process as blobs instead of flobs. - Added
blob_ext = NULL
argument tosave_flobs()
to specify the file extension to use if blobs are encountered.
dbflobr 0.2.0
New Features
Added
sub = FALSE
andsub = FALSE
argument toimport_flobs()
,import_all_flobs()
,save_flobs()
andsave_all_flobs()
to import from and save to subdirectories with the name of the primary key. This feature means rather than renaming files users for import can use thesave
functions to create the subdirectories for the primary key(s) and then drag each file into the correctly named subdirectory andimport
.Added
pattern = ".*"
argument toimport_flobs()
andimport_all_flobs()
to match to file names.Added
replace = FALSE
argument tosave_flobs()
andsave_all_flobs()
to specify whether to replace existing files.Added
geometry = FALSE
argument tosave_all_flobs()
to ignore columns named geometry by default.import_flobs()
andimport_all_flobs()
now check directory exists.