alexander-pick / MKMTool

MKMTool ist a helper application I wrote for tinkering around with optimization of sale processes on magiccardmarket.eu and the idea of automisation of some tasks most people wouldn’t be able to get done by pure manpower.
GNU Affero General Public License v3.0
65 stars 15 forks source link

POST CSV inventory to MKM #1

Closed PAD333 closed 6 years ago

PAD333 commented 6 years ago

Thanks for sharing this. I am interested in adding a functionality to also upload an inventory (in CSV) to MKM.

I took a look to the code and I guess I could re-use the "ConvertCSVtoDataTable", set the prices with "updatePrices", convert it to an XML (you must be doing that somewhere, as well?) and then do a PUSH. I haven't touched C# in a long time though, so if you have an idea on how you would implement that specifically in your code, I'd be thankful!