• 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

Tag max length?

Mmurphy

Well-known member
Is there a max number of characters that can go into a normal tag? I am having issues importing a CVS file and the only thing I can find that may be causing the failure is the length of the text I am attempting to import (302 and 310 characters). I cannot find any special characters that would corrupt the data.

For reference I will attach the CVS and Structure file.
 

Attachments

When mapping the CSV to field, which column are you putting into which snippet to cause this problem?
 
I named the CVS document approximately the same as the structure. 1 (or L1 since I have tried both names and don't remember which one I put in the zip file) goes into Description 1 and on down the list. I have successfully imported everything (testing) until I get to the description.

Because I forgot, I am attaching an image of the import error.
 

Attachments

  • dirty record.jpg
    dirty record.jpg
    47.1 KB · Views: 7
I noticed in your CSV file that there is a rogue character appearing in some cells.

One example appears in row 4 "any non-living rope<RS>like object". Using Notepad++, the "<RS>" is displayed as a "black RS" character (ASCII character 30). If I replace all occurrences of this character with a "-" then the file imports normally into Realm Works.
 
Last edited:
Back
Top