627106df 3788 13a0 6343 a611de7c3775 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets the transformed content of this container.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public List<List<string>> GetTransformedContent()
Type: List(List(String))
The transformed content. The result might be empty in case of no content.
This method allows to get the transformed content from this container. Such a transformation is necessary because of the container uses a "rotated table" for a better item access.
CsvContainer Class
Plexdata.CsvParser.Processors Namespace
CsvContainer.Content
CsvContainer.Transform(List(List(String)))