• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Import from Obsidian Portal into RealmWorks

There is an updated version of the xls1.xslt file available which should work slightly better. However if you aren't getting the file selection dialog appearing then there is something more fundamentally wrong.

Can you try running powershell.exe directly from the start menu (Or press Windows+R and type powershell.exe into that box)?
Then "cd" to the directly with the downloaded scripts and type in the command:

cat .\convert.ps1 | powershell.exe -noprofile -

This should try to run the script. If it produces errors, then could you send me a copy of the errors so I can trace the problem.

(I'm not sure if there is a Windows .NET item which needs downloading in order to use this script properly.)
 
I pulled down the .xlst file (is it xls1.xlst or xsl1.xlst? I tried renaming with the same result).

I did the Windows R and went to the directory with the ps1 and xlst file (and the zip file) - [I grew up in DOS - boy its been awhile since i had to move through directories like that!].

I got a big scrawl of errors. See the linked text file for what came out

Text file with errors
 
None of my files has <!DOCTYPE html> in it, so I wonder if the convert.ps1 has been downloaded properly.
Probably the reason. The github references in those errors look like what you would get if you had context-clicked the old link to
Code:
https://github.com/farling42/RealmWorksScripting/blob/master/convert.ps1
and picked the appropriate Save option. (I don't know when you changed the link in the first post to a zip file, but it's quoted in the third post in the thread.)
 
Back
Top