Was curious to see what anyone else had for Incognito?
I am wanting to do a script that pops in customer information en masse on the CLI side. Has anybody done this? I am assuming someone at Cox Communications would know to some extent.
Was curious to see what anyone else had for Incognito?
I am wanting to do a script that pops in customer information en masse on the CLI side. Has anybody done this? I am assuming someone at Cox Communications would know to some extent.
My issue was resolved
=CONCATENATE("add;subscriber;",I2,";name;","*",D2,"*",";description;",A2,";city;",F2,";state_province;",G2,";zipcode_postalcode;",H2,"@@","modify;subscriber;",I2,"@@","add;cablemodem;",O2,";macaddress;",O2,"@@","exitwitherror","@@","modify;cablemodem;",O2,";description;",N2,"@@","modify;cablemodem;",O2,"@@","set;clientclasses;",M2,"@@","exitwitherror", "@@")
move to notepad++ (or vb script export to text)
Replace:
@ with \r
* with "
# with ,
; with space
tada