Implementation for getting data for import csv#11761
Conversation
|
More methods need to add, when submit button click then data sent to backend, so need implementation. Needs improvement. |
|
Hi there @krmanik! This is the OpenCollective Notice for PRs merged from 2022-07-01 through 2022-07-31 If you are interested in compensation for this work, the process with details is here: https://github.com/ankidroid/Anki-Android/wiki/OpenCollective-Payment-Process#how-to-get-paid We only post one comment per person per month to avoid spamming you, regardless of the number of PRs merged, but this note applies to all PRs merged for this month Please note that GSoC contributions are okay for this process. Our philosophy is that our users have donated to AnkiDroid for all contributions. The only PRs that will not go through the OpenCollective process are ones directly related to am accepted GSoC project from a selected participant, since those receive a stipend from GSoC itself. Please understand that our monthly budget is never guaranteed to cover all claims - the cap on payments-per-person may be lower, but we try to make our process as fair and transparent as possible, we just need your understanding. Thanks! |
Pull Request template
Purpose / Description
New
Import CSVUI will be used for importingcsv/tsvfile. So,getNotetypeNamesRaw,getDeckNamesRaw, andgetCsvMetadataRawneeded in V16 backend (newBackend).Fixes
Fixes Link to the issues.
Approach
For each
backendfunction wrapped in function with input of type ByteArray and return type of ByteArray.How Has This Been Tested?
No test added for it but I have tested locally using this PR krmanik#23
Learning (optional, can help others)
krmanik#23
Checklist
Please, go through these checks before submitting the PR.
ifstatements)