You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with db.transaction() as tr:
with importer.from_file(totalbodyfile) as f:
tr.import_messages(f,overwrite=True, update_station=True,import_attributes=True)
I cannot use --rejected option as in "dbadb import".
Is the same to develop
for message in f:
try:
tr.import_messages(message,overwrite=True, update_station=True,import_attributes=True)
except:
print ("rejected")
for perfomance too?
The text was updated successfully, but these errors were encountered:
in:
I cannot use --rejected option as in "dbadb import".
Is the same to develop
for perfomance too?
The text was updated successfully, but these errors were encountered: