Apologies for the pithy report, doing this at Ignite
We support -Depth for Clixml, JSON, and XML. We should support it for CSV.
> $PSVersionTable
... how, exactly? Take your time, enjoy Ignite, but...
CSV as a format in general has always been about a flat table of data. How would you propose extending it to support nested items?
Per @vexx32 I am also extremely curious about this request. i have no trouble imagining how one could extend the format. I have more trouble with understanding why one would do so when there are already so many existing hierarchical formats (XML, JSON, YAML, TOML, the list goes on...)
Even if we this could be implemented this I fail to see the point. I'm not aware of any standard representation for this, which means this would only be usable by PowerShell, at which point you might as well use CliXml.
I wonder too. For Import/Export-Csv we could consider -MaxCount. This might be useful for script debugging if csv files is large.
I mean, maybe? But Select-Object -First $X is already perfectly capable of that, no?
@joeyaiello too many beers?
mannnnn i'da loved this
Most helpful comment
I mean, maybe? But
Select-Object -First $Xis already perfectly capable of that, no?