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
I have a problem with converting data to postgres template (using croconvert.py -t postgres ). The original database has a few tables and each table has a field with type of relation to another table. After the convertion completed this relational fields show values as HEX and this HEX is undecodable.
Maybe there is a way to sovle this problem?
p.s.
the output string looks like this
('30', 'some valid data', 'another one valid data', '01 03 ec 0a 00 00 02')
The text was updated successfully, but these errors were encountered:
Greetings!
I have a problem with converting data to postgres template (using croconvert.py -t postgres ). The original database has a few tables and each table has a field with type of relation to another table. After the convertion completed this relational fields show values as HEX and this HEX is undecodable.
Maybe there is a way to sovle this problem?
p.s.
the output string looks like this
('30', 'some valid data', 'another one valid data', '01 03 ec 0a 00 00 02')
The text was updated successfully, but these errors were encountered: