You are on page 1of 1

Mohon disimpan ya untuk SOP UPLOAD BLACKLIST

masuk ke camila
uid : iput1
pass : Kadek.1802

1. download dulu blacklist nya


2. olah data :
1. split file nya maksimal 1.5 juta 1 file
cara preprocess data nya :
- masuk dulu ke F5
- ssh bsdcmcehpapp3
- cd FileBlacklist
- split -l 200000 mybigfile.txt (menyesuaikan)
- cat xaa | while read line; do echo -n
"$line,ALL,20180128,20181231,BLACKLIST"; echo ''; done | sed "s/^M//g" > xaa1
(menyesuaikan) (bagian ^M dihapus dulu, terus di putty nya di tulis lagi pake CTRL
+ V kemudian CTRL + M)
- vi xaa1
- tambahin di line paling atas :
msisdn,campid,starton,expiredon,reason
3. download ulang datanya
4. kasih penamaan Blacklist_TANGGAL_x.csv
5. masuk ke camila
6. preparation > segment > user-defined segment > blacklist > add
7. cara cek masuk engganya :
buka database campaign_tracking
query :
select count(*) from CMS_BLACKLIST
where starton ='20180128' and expiredon ='20181231';

You might also like