jgrygierek / BatchEntityImportBundle

Importing entities with preview and edit features for Symfony.
MIT License
9 stars 6 forks source link

Allow space in header name #81

Closed er1z closed 1 year ago

er1z commented 1 year ago

https://github.com/jgrygierek/BatchEntityImportBundle/blob/master/src/Model/Matrix/Matrix.php#L18

Can we have this regex to allow column name with space?

jgrygierek commented 1 year ago

I will take a look.

jgrygierek commented 1 year ago

Hi @er1z , can you check new version 3.1.0?

er1z commented 1 year ago

I wish I could, but we are tied to 2.0 for couple of next months.

jgrygierek commented 1 year ago

You mean 2.0 or 2.5? I can try to update it to version 2.6.

er1z commented 1 year ago

2.5, it'd be awesome if ported up there.

jgrygierek commented 1 year ago

Hi @er1z, done, check it now.

er1z commented 1 year ago

Need to upgrade to Sf5.x first, so it's gonna take a few weeks.

jgrygierek commented 1 year ago

Hi @er1z, how is the progress?