R
Ryan Lashway
Guest
I dont know if this is possible without doing counts on characters between string, but is it possible to import values between to values and use the two values as data breaks ?
Ex. I have a license file from a vendor, there are mulitple break points that all contain:
Feature
Vendor_String
HOSTID
ISSUER
SN
NOTICE
Is it possible to locate FEATURE, and break the data inbetween each of those items into data fields?
So anything between Feature and Vendor going into the Feature column, anything between Vendor and HostID goes to Vendor, anything between HostID and Issuer goes to HostID and so on?
There is anywhere between 2 and 10 feature blocks, all containing the same items.
Continue reading...
Ex. I have a license file from a vendor, there are mulitple break points that all contain:
Feature
Vendor_String
HOSTID
ISSUER
SN
NOTICE
Is it possible to locate FEATURE, and break the data inbetween each of those items into data fields?
So anything between Feature and Vendor going into the Feature column, anything between Vendor and HostID goes to Vendor, anything between HostID and Issuer goes to HostID and so on?
There is anywhere between 2 and 10 feature blocks, all containing the same items.
Continue reading...