Thanks for keeping gsqlcmd up to date
You can find the latest changes here.
For example, I recommend you to try new options, /toFiles and /fromFiles, that allow exporting field values to files and importing values from files like
gsqlcmd website.com "SELECT alias, content FROM content" content\alias.htm /toFiles /outputCodepage=65001 gsqlcmd website.com "UPDATE content SET content = @text WHERE alias = @filename;" /fromFiles=content\*.htm
Also, take a look at new examples:
- Website Content Editor
- Website CSV Editor
Feel free to contact us at .
Best regards,
Sergey Vaselenko
CEO at Gartle LLC