when i run the latest list files, against postgres, i get the error:
Traceback (most recent call last):
File "tosql.py", line 550, in <module>
billing_position}, skip_lookup = True, supress_output = True)
File "tosql.py", line 287, in select_or_insert
connection_cursor.execute(build_insert_query(name, param_dict))
psycopg2.DataError: value too long for type character varying(1023)
when i run the latest list files, against postgres, i get the error: