ChoETL icon indicating copy to clipboard operation
ChoETL copied to clipboard

NestedColumnSeparator deprecated?

Open Xinout opened this issue 1 year ago • 1 comments

Hello

I'm updating ChoETL.JSON.NETStandard and ChoETL.NETStandard packages to the last version 1.2.1.66 from 1.2.1.56.

The problem is that the property NestedColumnSeparator is not available on this last version. Is there any workaround for this?

Xinout avatar Aug 27 '24 11:08 Xinout

yes, it is renamed to NestedKeySeparator

            using (var r = ChoCSVReader.LoadText(csv)
                .WithFirstLineHeader()
                .Configure(c => c.NestedKeySeparator = '/'))
            {
            }

Cinchoo avatar Aug 31 '24 01:08 Cinchoo