Quote from: dseven on July 05, 2026, 09:20:20 AMQuote from: Burthouse4563 on July 05, 2026, 12:59:23 AMIt's almost like the importer isn't recognizing the delimiting character and is attempting to parse the full line as the UUID
Yes, and the code (if I'm looking in the right place) looks at the header line and chooses the delimiter based on which appears first (comma or semicolon), which is why I asked.
I took your header line and the example line from your earlier post, and it imports fine for me ...
I picked just that line and the header as shown below and still get the same error. That's weird it worked for you.
@uuid;enabled;nonat;nosync;sequence;interface;ipprotocol;protocol;source_net;source_not;source_port;destination_net;destination_not;destination_port;target;target_port;staticnatport;log;categories;tag;tagged;description
;1;0;0;101;wan;inet;any;lan;0;;any;0;;;;0;0;;;;"LAN to WAN"
Edit
So realizing it was a parsing issue I went ahead and removed the spaces from my description thinking that might be throwing it off. After replacing all the spaces and qutation marks it successfully imported without issue. So to further troubleshoot I created a test rule in the new source nat with spaces and exported it. It exported and imported flawlessly with spaces. So there's something going on with the formatting for the export it seems.
"