Schlagwort-Archive: Import

DynamicTable to DataTable

The DynamicTable object is a dynamic and expandable data class to store a table. You will find an introduction to this data class in a previous article. In the actual version of the DynamicTable I have added the functionality to … Weiterlesen

Veröffentlicht unter .NET, C#, DynamicObjects | Verschlagwortet mit , , , , | Kommentar hinterlassen

PowerShell: CSV to XML

I think all of you know the following issue: A colleague or customer gave you a data file and you want to open the file with your existing programs. And in most cases the format of the file does not … Weiterlesen

Veröffentlicht unter PowerShell | Verschlagwortet mit , , , , | 1 Kommentar

LINQ to CSV: Lesen einer CSV Datei mittels LINQ

Zum Zugriff auf Datenmengen bietet sich LINQ als leistungsstarke Spracherweiterung an. Eine CSV Datei ist im Prinzip nichts anderes als eine speziell formatiert Datenmenge. Daher liegt es nahe auch in diesem Anwendungsfall LINQ einzusetzen. In diesem Artikel möchte ich Ihnen … Weiterlesen

Veröffentlicht unter .NET, C#, LINQ | Verschlagwortet mit , | Kommentar hinterlassen