Constantinos Leftheris
Constantinos Leftheris
Off of the top of my head I can think of two additional ways 1. first a second property (not mapped) like the following. ```csharp [EdiValue("X(3)", Path = "XXX/0/1")] public...
+1 I have run into the same problem but I have been trying with encrypted payloads.
As I recall this is an improvement we made as a result from a Pen TEST security finding because it is leaking the usernames that the store already has in...
For the core INDICE extensions it is doable to introduce support for PostgreSQL. This actually is related to [src/Indice.EntityFrameworkCore/Functions/ModelBuilderExtensions.cs](https://github.com/indice-co/Indice.AspNet/blob/82e54c1392a53a28a6d8f5809482a2472f1f4dbe/src/Indice.EntityFrameworkCore/Functions/ModelBuilderExtensions.cs#L10C21-L10C43) We can discuss to see what we need to do to...
A good candidate for JSON_VALUE equivalent in PostgreSQL could be `jsonb_path_query_first ` https://www.postgresql.org/docs/current/functions-json.html
Are we sure this is not half baked? For every new event we need to ensure that it fires correctly when the actual thing happens. For instance: do we know...
Hi, In order to omit the segment from your transmission you have to wrap it in a segment decorated class. After that if the property that holds the N1Segment is...
Hi @GingerNinjaa thanks for the sample. I got this pinned down to property path substitution when using wildcard segments o the Segment definition itself. Got a fix on the way
Hi @EugeneStepan, you should take a look at the tests section for examples. What you would be interested in how the SegmentGroup attribute is used https://github.com/indice-co/EDI.Net/issues?q=is%3Aissue+SegmentGroup
Hi @AlittleBird2023 and thanks for your interest in [EDI.Net](https://github.com/indice-co/EDI.Net). The path is interpreted contextually. This means that when paired with an `EdiElement` attribute it is interpreted as one level path...