627106df 3788 13a0 6343 a611de7c3775 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainer.GetTransformedContent Method

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

Syntax

C#

public List<List<string>> GetTransformedContent()

Return Value

Type: List(List(String))
The transformed content. The result might be empty in case of no content.

Remarks

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.

See Also

Reference

CsvContainer Class
Plexdata.CsvParser.Processors Namespace
CsvContainer.Content
CsvContainer.Transform(List(List(String)))

⚠️ **GitHub.com Fallback** ⚠️