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

Import service is currently not processing uploaded file #574

Closed
jorgeramirez opened this issue Aug 6, 2017 · 1 comment
Closed

Import service is currently not processing uploaded file #574

jorgeramirez opened this issue Aug 6, 2017 · 1 comment
Assignees
Labels

Comments

@jorgeramirez
Copy link
Member

Describe the problem/story

The contribution import service POST /assembly/{aid}/campaign/{cid}/contribution/import returns 200 OK but no record is added to the contribution table (idea/proposal)

Expected behavior and actual behavior.

It should return 200 OK, as it does, and in the database new records should appear.

Steps to reproduce the problem

POST request to the given endpoint with the attached file as sample. As a side note, the service used to work.

samples-csv.zip

@loorely
Copy link
Collaborator

loorely commented Aug 10, 2017

Support new csv structure and columns:
0 Code
1 Source
2 Cycle 5 Idea = title
3 Description = text
4 Theme
5 Keywords
6 Date
7 location
8 group
9 Name1
10 Phone1
11 Email1
12 Name1
13 Phone1
14 Email1

Where name, phone and email are dynamically added as contribution authors

ideas-new3.csv.zip

@cdparra cdparra closed this as completed Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants