Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am new to programming and know nothing more then what I have taught myself, so please forgive me if my question is to easy. I am not looking for a direct way to do this just information or places I need to start, and things I need to learn.

I am looking for a way that users can upload their CSV files to my site, and then a script would change the data they requested to be changed. Just simple price and date changes that this data would need, via an API to another site that has better capabilities then I could offer.

I have and can do this via google script, but it is limited to only google sheets and google drive. (this is currently the only way I know how to program) The data was stored on a google sheet then manipulated on sheet via google script then emailed to user.

I now want to make an actual web app that would take the file uploaded change the data that needs to be changed and then allow new file to be downloaded, or send new file to user.

My question is where do I start? Do I lean MySQL then how to change data via api with MySQL? What other langues are useful? Like I said I know nothing, and I know there are a lot of sources out there to lean programming, I just need to be pointed in the right direction. Anything would help, thanks.

What I have tried:

I have tried to use google scripts to do this. The problem is I don't know how to make it more efficient, using spreadsheets and not a database is not efficient.
Posted

1 solution

That is quite a big ask if you know nothing about programming. You will need to learn one of the .NET languages (C# or VB.NET) which is not a 1-day task. You will also need to learn HTML, Javascript (or PHP) and the fundamentals of how websites operate. The chances of being able to complete this in a few months, let alone weeks, are not high.

However here are some links to get you started:
.NET Book Zero by Charles Petzold[^].
ASP.NET | The ASP.NET Site[^].
Getting Started with SQL Server Compact Edition 3.5 | Arcane Code[^].
 
Share this answer
 
Comments
Member 12319630 11-Feb-16 12:22pm    
Thank you, I am doing this project only to learn. I know this will take me time, and will not be easy. I just needed to start somewhere. I lean better when I have something to work toward.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900