iMacros 为 Mac Chrome 扩展设置 !DATASOURCE 错误

iMacros Set !DATASOURCE Error for Mac Chrome Extension

我收到一个运行时错误:!DATASOURCE 需要文件 IO 接口,第 5 行

我正在为 Mac OS chrome 扩展程序使用 iMacros。代码来自Demo-Loop-Csv-2-Web

我更新了演示代码:

SET !DATASOURCE Address.csv

SET !DATASOURCE Users/Me/Documents/iMacros/DataSources/address.csv

我在文件夹中添加了文件。

VERSION BUILD=11.5.497.9113
TAB T=1
TAB CLOSEALLOTHERS 
' Specify input file (if !COL variables are used, iMacros automatically assumes a CSV format of the input file
SET !DATASOURCE Users/me/Documents/iMacros/DataSources/address.csv
'Use the Play(Loop) button to run the macro in a loop
SET !LOOP 2
'Start at line 2 to skip the header in the file
'Increase the current position in the file with each loop 
SET !DATASOURCE_LINE {{!LOOP}}

谢谢

当你问 Qt/open 关于 iMacros 的话题时,如果你能提到你的 FCI 会很有用...
=> 可能的 FCI:

iMacros for CR v10.0.5 'Free', CR77, MacOS.

那么是的,Answer/Explanation 在 Wiki 中记录为 'iMacros for CR' + 'WebExtensions':
https://wiki.imacros.net/Webextensions#Add_File_Access

iMacros File Access is only available for Windows. Currently we do not offer a version for Mac or Linux.