Quantcast
Viewing all articles
Browse latest Browse all 47296

Splitting fields with slashes

Anyone else having trouble or have guidance to split fields backslashes such as with file paths? The field value is displayed as: folder1\folder2\file.txt And the raw value is: folder1\\folder2\\file.txt I have tried this with no luck: | eval RelativeTargetNameSplit = split(RelativeTargetName, '\') | eval RelativeTargetNameSplit = split(RelativeTargetName, '\\') | eval RelativeTargetNameSplit = split(RelativeTargetName, '\\\\')

Viewing all articles
Browse latest Browse all 47296

Trending Articles