bananas Posted December 18, 2009 Share Posted December 18, 2009 Hi All, I'm just getting started with autoit, I've heard nothing but good things, but it is a bit daunting just starting out! So, any help/tips you can provide here would be greatly appreciated. What I'm trying to do is post data from a CSV file into a web form. Specifically this is a product catalog being posted into an ecommerce platform. I have searched and read a bit and it sounds like I need to use the IE Builder (?) to deal with the web form and the Excel thingy (?) to suck the CSV into an array for posting? Am I way off there? Can anyone formalize the process a bit more for me, or just link me to a good thread? Any help at all would be much appreciated as I'm already behind in this project. TIA! Link to comment Share on other sites More sharing options...
PsaltyDS Posted December 18, 2009 Share Posted December 18, 2009 Don't dive in to a real-time Line Of Business function without first learning the basics of the language. There are some basic tutorials in the help file, and a more extensive one linked in my sig. If you have Excel installed, then the Excel functions provide one way to get data from a CSV file. They are listed in the help file under _Excel*. The functions for working with IE all start with _IE* in the help file. There are example scripts for each one, and they require learning a little bit about the Document Object Model (DOM). Dive in to the help file and ask more specific questions as they arise. Welcome to AutoIt, and Merry Christmas! Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
bananas Posted December 18, 2009 Author Share Posted December 18, 2009 (edited) thanks for those tips, I've been learning all morning and autoit is seeming to be more difficult than I thought my first big roadblock is cookies/sessions. each time I go to Add a Product via the ecommerce admin, the url is dynamically generated as are all the form ids, how do I deal with that? also, if needed, is there somewhere I can hire someone for this work? Edited December 18, 2009 by bananas Link to comment Share on other sites More sharing options...
PsaltyDS Posted December 18, 2009 Share Posted December 18, 2009 (edited) thanks for those tips, I've been learning all morning and autoit is seeming to be more difficult than I thought my first big roadblock is cookies/sessions. each time I go to Add a Product via the ecommerce admin, the url is dynamically generated as are all the form ids, how do I deal with that?Not necessarily a big deal if you learn some things about the DOM first.also, if needed, is there somewhere I can hire someone for this work?If you want to go there, ask in the Chat forum or go to the Rent-A-Coder link in my sig. That is not considered an AutoIt support question. Edited December 18, 2009 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now