Quantcast
Channel: DEVONtechnologies Community - Latest posts
Viewing all articles
Browse latest Browse all 16117

Importing Data into Custom Metadata Fields

$
0
0

Both csv and DT filenames contain extensions.

I have tried change to “${name}” – no change.

When change this to “${filename}”, error message:

EVENTS TAB:

app = Application("DEVONthink 3")

app.viewerWindows()

app.viewerWindows.byId(6481).numberOfRows()

app.viewerWindows.byId(6481).numberOfColumns()

app.getCellAt(app.viewerWindows.byId(6481), {row:1, column:1})

app.getCellAt(app.viewerWindows.byId(6481), {row:1, column:2})

**Result:**

Error -2700: Script error.

REPLIES TAB:

	app.viewerWindows()
		--> [app.viewerWindows.byId(6481)]
	app.viewerWindows.byId(6481).numberOfRows()
		--> 3
	app.viewerWindows.byId(6481).numberOfColumns()
		--> 2
	app.getCellAt(app.viewerWindows.byId(6481), {row:1, column:1})
		--> "brown-d-1999-Tradition and imagination.pdf"
	app.getCellAt(app.viewerWindows.byId(6481), {row:1, column:2})
		--> "{ | Brown, 1999 | | | zu:4247823:F85JTBC3}"
Result:
Error -2700: Script error.

I have also tried removing all spaces from filenames to see if that made any difference, but no.


Viewing all articles
Browse latest Browse all 16117

Trending Articles