WIP create csv-normaliser

This commit is contained in:
2024-08-15 15:00:52 +10:00
parent 2980678e65
commit c6ff0e24b1
3 changed files with 113 additions and 0 deletions

14
csv-normaliser/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch application",
"type": "php",
"request": "launch",
"program": "${workspaceFolder}/main.php",
"args": [],
"cwd": "${workspaceFolder}",
"port": 9000
}
]
}