liquidaty
liquidaty
@zsxwing I believe so-- it's from a COPY INTO that is invoked using databricks-sql-cli, and I would assume that the cli is simply passing the COPY INTO on to databricks...
@malespiaut -- thanks for the feedback. Completely understand and agree, which is one of the reasons this repo is still in alpha. Will at least look to add a basic...
@malespiaut Or, here's another example that is closer to what you indicated you are trying to do: ``` /** * Example program: reads CSV rows, outputs number of non-blank cells...
> replacing csvcut with zsv made my script complete in more than 15 minutes, to less than 14 seconds. A huge thank you for that relief! So glad to hear...
Posted additional examples and code at [examples/lib/README.md](examples/lib/README.md), with links to full examples. Given these changes, closing this ticket for now. Auto-generated documentation will be forthcoming in a few weeks. Please...
Will try it out thank you!
I find the Cat/Dog/Lizard example to be weak, incomplete and difficult to follow and would be interested in finding other examples. As of today, a Google search of "openapi discriminator...
@ben-pr-p alpha package (compiled to wasm) is available via `npm install zsv-lib`. Please note, this only covers the library (not the CLI), and only a subset of its features. However,...
FYI the API for this node package is expected to change + simplify quite a bit in the coming weeks to more closely follow Node conventions, so if you plan...
@dbro better late than never? Think this is good to go now. If you've time to try it out, please do and lmk how it goes