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

Map CSV columns to EE data #5

Closed
mnelson4 opened this issue Jan 16, 2019 · 1 comment
Closed

Map CSV columns to EE data #5

mnelson4 opened this issue Jan 16, 2019 · 1 comment
Assignees
Milestone

Comments

@mnelson4
Copy link

After a file has been uploaded, the event manager should be able to choose which CSV columns related to what EE data.

EE data they can relate to:

  • Attendee columns (first name, email, city, etc)
  • registration columns (status, reg date, reg final price, paid, code, count, group size)
  • transaction columns (status, total, paid)
  • payment columns (source, amount, payment method, gateway response, txn_id_chq_nmr, po_number, extra_accounting)
  • answers (multi-valued answers can use commas or pipes to delineate values)

Possibly on this initial MVP, depending on time:

  • ticket (ID or name)

After initial release:

  • event name/ID

I'm thinking we'll just store this configuration in an option.

@mnelson4
Copy link
Author

Just pushed some code that adds this. I kinda flew through it because I expect to need to change it once I get into the details of importing the data.

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

No branches or pull requests

2 participants