Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate column headers change the order of the array. #325

Open
valbeat opened this issue Nov 6, 2022 · 0 comments
Open

Duplicate column headers change the order of the array. #325

valbeat opened this issue Nov 6, 2022 · 0 comments

Comments

@valbeat
Copy link

valbeat commented Nov 6, 2022

It appears that importing duplicate column headers changes the order of the arrays.
Also, body corresponding to header is incorrect.

Example:

input:

description detail description detail
Description 1 Detail 1 Description 2 Detail 2

output:

[
                'description'  => 'Description 1',
                'description1' => 'Detail 1',
                'details'      => 'Description 2',
                'details1'     => 'Details 2',
],

It should save the order of the headers.
I will create pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant