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

Develop a model for csv import with dynamic columns #10

Open
pawanmkr opened this issue Jan 13, 2024 · 0 comments
Open

Develop a model for csv import with dynamic columns #10

pawanmkr opened this issue Jan 13, 2024 · 0 comments
Assignees
Labels
Backend enhancement New feature or request

Comments

@pawanmkr
Copy link
Owner

When a user imports a csv with his campaign data like emails, names, companies etc

It can have any no. of columns and to store all of that we need a dynamic approach to create tables for that csv, every time a csv is imported it should be stored in dedicated table in db but if the columns are matching or it's is simply is an updation in data(rows) for previous import then it should be stored in already created table only.

Some more additional columns to track delivery, bounce, maybe replies, open and clicks etc. These cols should be optional for now.

@pawanmkr pawanmkr added enhancement New feature or request Backend labels Jan 13, 2024
@pawanmkr pawanmkr self-assigned this Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant