Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
How can I rename a file with a drag and drop process, using a list as my source data?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MacGrunt" data-source="post: 1393032" data-attributes="member: 210105"><p>I would have expected a csv to render the first line as "10000,AMBASSADOR 2" not "10000 AMBASSADOR 2". If there's only one space between the two elements we'll have to tackle it slightly differently.</p><p></p><p>Upload your txt file Jeff. Hopefully I'll get a chance to look at it again tonight.</p><p></p><p>To your other question — yes, files with no match get ignored. That's what we're doing here :</p><p>[CODE]repeat with x from 1 to count items in mgOriginalNames</p><p>if mgOldName = item x of mgOriginalNames then ... [/CODE]</p><p>That is, if mgOldName matches nothing in mgOriginalNames then do nothing and move on</p><p></p><p><strong>m.</strong></p></blockquote><p></p>
[QUOTE="MacGrunt, post: 1393032, member: 210105"] I would have expected a csv to render the first line as "10000,AMBASSADOR 2" not "10000 AMBASSADOR 2". If there's only one space between the two elements we'll have to tackle it slightly differently. Upload your txt file Jeff. Hopefully I'll get a chance to look at it again tonight. To your other question — yes, files with no match get ignored. That's what we're doing here : [CODE]repeat with x from 1 to count items in mgOriginalNames if mgOldName = item x of mgOriginalNames then ... [/CODE] That is, if mgOldName matches nothing in mgOriginalNames then do nothing and move on [B]m.[/B] [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
How can I rename a file with a drag and drop process, using a list as my source data?
Top