viewtopic.php?t=7497
https://qcad.org/rsforum/viewtopic.php?t=7544
And posted especially for Kramerica:
https://qcad.org/rsforum/viewtopic.php?f=32&t=8116
Installation:
Close QCAD
Create a new folder ...QCAD\scripts\Misc\Examples\IOExamples\DrawFromCSV (Mandatory)
The script file is called ...QCAD\scripts\Misc\Examples\IOExamples\DrawFromCSV\DrawFromCSV.js (Mandatory)
Simply copy the files and the icon over to the DrawFromCSV folder.
Start QCAD
There should be a newly added menu item under Misc .. Script Examples .. Import/Export
It should have an icon.
The command is 'drawcsv' but I can't come up with a good and available shortcut.
There are two test files included:
- One for the 'real' CSV style with comma and dot.
- One for the CSV style with semicolon and comma.
- Semicolon and dot is also accepted.
- The script looks up your local QCAD list separator setting. (mine is the EU style)
- What to include in a CSV is also listed in the test files.
Scripts are textual files, a lot of readable info is in the script itself.
Any comment or request welcome.
Only don't ask me for money or world peace.

The script may be completed and updated in due time.
This one is hustled together with copy/paste.
Kind regards,
CVH