Skip to content

MapLoop EdiName returning improper name #19

Description

@Timallbr

When hitting a loop, if the class name has an _# appended to the end, then the name does not match the ediName provided.

Ex., L_N1_1's EdiName would be N1_1 which won't match N1 when checking List inside ProcessRawSegment for the EdiMapReader.

Modified EdiName to be:
public override string EdiName => Name.Split('_').Length >= 2 ? Name.Split('_')[1] : Name.Remove(0, 2);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions