What is a seed file?

I have been given a task to upload a file and store it in a different location. And I need to return a seed file which should be used to retrieve the file again.

I'm done with all sorts of things but I can't get "what is a seed file and how can generate it and how can I retrieve the file later with that"

can someone help me with this?

Thanks for helping!

2 Answers

Not sure of your context, but seed is usually a file (or a template) that contains some default values to begin with.

2

Historical data being loaded into a table or tables (structures) hence seeding the file. This is usually done to get the history caught up with the integration. There is usually lag between a new structure/automation and the API going live.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like