Import Data Module and List at the same time
Hi everyone,
I have this concern of my current model, since the user will be the one to add/upload the data.
I need a friendly dashboard for them to upload the file to a Data Module. But what will happen if there are new data even amongst the lists inside of that uploaded file?
So I made this small test, where I create 2 lists and use them in a Data Module.
and this is the module
Let say that I want the user to be able to add Color name Orange while importing data Qty(or just any column) into this module.
Is there a way to achieve that?
I think there will be a couple processes to achieve this but I'll be happy to hear your ideas.
Thank you for you help
Best Answers
Answers
-
To achieve this, there's a many way.
You can import the file with mapping the same line item what you want to import and for that you can create a export action then import for a structure and data need to fill. So by both process they can achieve the upload file process.
Go for the below link for importing option as well.
Any further clarification please reply, will happy to help you.
Hope it's helpful for you. If you got my answer please accept my answer as solution.
Thanks.
0 -
A few points to consider;
- Firstly import the data file. If the data has a unique key then first create a list using this key and then import the data into a module. Create line items to capture the data, formatting these as text with the exception of numbers and dates. This will be your new data module where the result of the import will be stored.
- Use FINDITEM to create mappings to all the relevant list in your D | Fruits module.
- Use this data module to create list build views that will form the basis of creating / updating all relevant lists. You can use the select levels to show to remove summary items and ISFIRSTOCCURRENCE. Create a saved view for each list that will be updated.
- Use SUM to pull the data from the new data module into your D | Fruits module.
- Finally, combine the data import and list build actions into a single process.
1 -
I don't have any problem with importing the data into the module. I just need to add the list member into the list at the same time with importing the module. On the exporting and importing method, can you please tell me the pro and cons of that beforehand?
Thanks0 -
The lists seems to be very specifics. Can you tell me what dimension should I use for this new module?
As in my question above, I have this module with 1 list as a dimension and 1 list as the line items format. I want both of them to be updated.
And to be considered as well, that I will need multiple lists to update in the real use.Thanks
0 -
@deantari yes, understood..
So this result you'll achieve by import action for both list and module then put all into the process. As i mentioned in my first reply.
Thanks,
0