# DFQtoJSON-Converter **Repository Path**: strongandyzhang/DFQtoJSON-Converter ## Basic Information - **Project Name**: DFQtoJSON-Converter - **Description**: DFQ to JSON converter is a free, open source and community-focused parser of Q-DAS ASCII transfer format. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-20 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DFQ to JSON Converter #### DFQ to JSON Converter converts Q-DAS ASCII transfer format to JSON. ### Features - Reads part, characteristics and measurement data according to requirements and rules stated in [QDAS technical document](http://www.q-das.com/fileadmin/files2/dataformat/Q-DAS_ASCII-Transfer-Format_ENG_V12_ec.pdf). - Supports all part, characteristic and measurement K-fields - Supports inline and K-field notations ### Technology Entire solution is written in [.NET Core](https://github.com/dotnet/core). [Json.NET](https://github.com/JamesNK/Newtonsoft.Json) is used for data serialization and tests are done using [xUnit](https://github.com/xunit/xunit). ### Requirements .NET Core 1.1 SDK ### License MIT