Jump to content
Macro Express Forums

CSV to Form


Recommended Posts

Hi

 

Brand new user of Mac Pro here.. and would just like some quick help..

 

I have a CSV file with 5 comma delimited values and stored them to:

 

<ASCII FILE BEGIN PROCESS Filename="thisfilename" Format="CSV" Start_Record="1" Process_All="TRUE" Records="1" Variable="%tData%" Start_Index="1"/>

 

I want process one line of the file at a time and input these values into an interface. I relise all of the 1st values in the csv will be stored in %tData[1]%, 2nd values in %tData[2]% etc.. but how do you tell Mac pro I just want to process one line at a time until a certain keystoke/mouseclick and then move onto the second line??

 

Any help much appreciated.

Link to comment
Share on other sites

I would insert a Wait For command in your repeat. It would depend on your application but perhaps something like Wait For Key Press. The caveat of course is that you need to ensure that key press doesn't do something in your app. If it does just look at the rest of the commands in the timing group to see if one fits.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...