indice-co / indice-co/EDI.Net

Revisit the formatting and the PICTURE syntax.

Open
#23 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
490
Forks
173
PR merge metrics
No merged PRs in 30d

Description

either fully support the cobol picture syntax as described [here](http://www-personal.ksu.edu/~mchaney/mn670/cobol4.htm) and [there](http://www.pgrocer.net/Cis12/cobol3.html), or maybe map to a dotnet friendly alternative like implementing the [IFormatProvider](https://msdn.microsoft.com/en-us/library/system.iformatprovider%28v=vs.110%29.aspx) and [ICustomFormatter](https://msdn.microsoft.com/en-us/library/system.icustomformatter%28v=vs.110%29.aspx) interfaces and using `string.Format`.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the COBOL PICTURE syntax in the two linked references and comparing it with .NET's IFormatProvider and ICustomFormatter interfaces. Clarify whether the goal is full syntax support or a .NET formatting alternative; done should mean the selected approach and supported scope are explicitly defined and validated against representative PICTURE formats.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.