Group Abstract Group Abstract

Message Boards Message Boards

0
|
14.3K Views
|
5 Replies
|
1 Total Like
View groups...
Share
Share this post:

SemanticImport fails for every file in Mathematica 11.0

Posted 10 years ago
POSTED BY: Dave Middleton
5 Replies
Posted 8 years ago

For Windows I just learned that you can get the "SemanticImport::unexpinvaliderr: Unexpected invalid input was detected. Processing will not continue" message, if the name of your "TemporaryDirectory" contains a space. So you can solve it by setting $TemporaryDirectory to an other existing(!) directory (or create it first) without a space in the name. Example:

CreateDirectory["C:\temp"]

$TemporaryDirectory = "C:\temp"

This is propably the reason why SemanticImport, works for some and not for others. I don't know if the same is true for Mac OS.

POSTED BY: Ron Westdijk
Posted 9 years ago
POSTED BY: Luka Vucicevic

Is the following (mentioned in the original post) true?

(assuming the C:\temp directory exists and is writable by the current user)

POSTED BY: Ilian Gachevski
Posted 9 years ago
POSTED BY: Luka Vucicevic

Works fine on Mac OSX.

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard