![]() |
script wanted: UNboxing database output - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html) +--- Forum: Bar (https://python-forum.io/forum-27.html) +--- Thread: script wanted: UNboxing database output (/thread-13686.html) |
script wanted: UNboxing database output - Skaperen - Oct-27-2018 database tools typically put rows of data out in a boxed format. some can also output CSV and some cannot. i would like a script that can smartly read in such boxed format and unbox it, converting to CSV format. by "smartly" it should see where the box grid is a handle | and - and + characters in data, properly. is there such a tool around, written in Python? |