convert word info column to json before copying

This commit is contained in:
Sarah Hoffmann
2021-07-21 11:37:14 +02:00
parent 6ad35aca4a
commit eb6814d74e
3 changed files with 43 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ _SQL_TRANSLATION = {ord(u'\\'): u'\\\\',
ord(u'\t'): u'\\t',
ord(u'\n'): u'\\n'}
class CopyBuffer:
""" Data collector for the copy_from command.
"""