-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparsing.js
320 lines (272 loc) · 12.2 KB
/
parsing.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
/*
Реализация обновления остатков продукции в БД
*/
var evt = require('events');
var fs = require('fs');
var datatime = require('node-datetime')
function readConfig(){
config = JSON.parse(fs.readFileSync('config.json','utf8'));
return config;
}
function run(flag_auto){
var Client = require('ftp');
var emt = new evt.EventEmitter();
module.exports.emt = emt;
var c = new Client();
const dbclient = require('./dbclient');
var fd = fs.openSync('log_file.txt', 'r')
fs.readFile('log_file.txt',{encoding:'utf-8'},(err,data) => {
if (err) throw err;
var arr = data.split('\n')
var length = arr.length;
if (length > 7000){
logStream = fs.createWriteStream('log_file.txt',{encoding:'utf-8'});
arr.slice(arr.length - 4000,arr.length).forEach((item,index) => {
logStream.write(item.toString() +'\n');
}
)
emt.emit('logComplite')
}else{
logStream = fs.createWriteStream('log_file.txt',{encoding:'utf-8',flags:'a'})
emt.emit('logComplite')
}
})
var fileCount;
var closeCount=0;
config = readConfig();
var ftpconfig = {
host: config.host,
user: config.user,
password: config.password,
};
emt.on('logComplite',() => {
try{
c.connect(ftpconfig);
// c.status((err,status) => {
// console.log(err,status);
// })
}catch(err){
logStream.write('Неудалось подключиться к ftp серверу при обновлении остатков \n');
}
module.exports.logStream = logStream;
})
c.on('error',(error)=>{
logStream.write(datatime.create().format('Y-m-d H:M:S')+': Неудалось подключиться к FTP серверу, проверьте настройки конфигурации '+ error + '\n')
console.log('Ошибка соединения',error);
})
c.on('close',()=>{
console.log('Соединение с ftp успешно закрыто. Обновление остатков \n')
})
var parseString = require('xml2js').parseString;
//Копирование файла на локальный диск
emt.on('cwdComplete', function(){
c.list(function(err, list){
try{
//Если файлов нет выйти
if (list.length == 0){
console.log('Нет файлов \n')
c.end()
}else{
logStream.write(datatime.create().format('Y-m-d H:M:S')+': Запущен процесс обновления остатков'+'\n')
if (err) throw err;
fileCount = list.length;
list.forEach(function(item,index){
c.get(item.name, function(err, stream) {
try{
if (err) throw err;
stream.once('close', function() {
if (index == list.length-1){
emt.emit('filesComplite')
// c.end();
}
});
//Копируем файлы на лок. машину
stream.pipe(fs.createWriteStream('./XML copy/' +item.name, {}));
}catch(error){
logStream.write(datatime.create().format('Y-m-d H:M:S')+': Неудалось скопировать файл '+item.name + ' c ftp сервера. Код ошибки: ' +
error + '\n');
}
});
});
}//else
}catch(error){
logStream.write(datatime.create().format('Y-m-d H:M:S')+' :Невозможно получить список файлов на ftp сервере.' + ' Код ошибки: ' + error + '\n')
}
});
});
emt.on('filesComplite', ()=>{
console.log('complite');
fs.readdir('./XML copy', (err,files)=>{
try{
if (err) throw err;
files.forEach( (fileName) =>{
fs.readFile('XML copy/'+fileName, 'utf-8', (err,data)=>{
try{
console.log(fileName);
if (err) throw err;
if (data.length == 0){ throw new Error('Невозможно прочитать файл')}
parseString(data, function(err, result){
try{
if (err) throw err;
var products = [];
products = result.catalog.product; //?
emt.emit('ObjectComplite',products, fileName);
}
catch(error){
console.log('Ошибка в XML структуре файла')
logStream.write(datatime.create().format('Y-m-d H:M:S')+': Ошибка в XML структуре файла ' + fileName + ' Код ошибки: ' + error +'\n');
}
})
}
catch (error){
logStream.write("Файл "+fileName+" на локальном диске не может быть прочитан"+
' Код ошибки: ' + error +'\n')
};
});
})
}catch(error){
logStream.write(datatime.create().format('Y-m-d H:M:S')+': Неудалось получить список локальный файлов. Код ошибки: ' + error +'\n');
}
})
})
//Закрытие соединений
emt.on('updateDBComplite',function(){
fileCount--;
if (fileCount==0){
dbclient.closeDb();
c.end();
//Удаление локальных файлов (Перенес в отдельную функцию)
// fs.readdir('./XML copy',(err,files)=>{
// files.forEach( file => {
// fs.unlink('./XML copy/'+file,err=> {
// try{
// if (err) throw err
// }catch(error){
// logStream.write('Неудалось удалить локальный файл ' + file +' ' + error+ '\n');
// }
// })
// })
// })
}
})
function DeleteLocalFile(fileName){
fs.unlink('./XML copy/'+fileName,err=> {
try{
if (err) throw err
logStream.write(datatime.create().format('Y-m-d H:M:S')+': Обработка записей из файла '+fileName
+' окончена \n');
}catch(error){
logStream.write('Неудалось удалить локальный файл ' + fileName +' ' + error+ '\n');
}
})
}
//Обновление БД
emt.on('ObjectComplite', function(products, fileName){
//Удаление файла с FTP
c.delete(fileName, err => {
try{
console.log('Name ' + fileName)
if(err) throw err
}catch(error){
logStream.write("Неудалось удалить файл :" + fileName + " c ftp\n")
}
})
var p = products[0];
var countError = 0;
module.exports.countError = countError;
/*
Удаление записей из таблицы БД
*/
products.forEach(function(item,i){
try{
product = {
product_id: item.product_id,
quantity: item.quantity,
price: item.price,
promo: item.promo,
date: item.date,
}
if (product.promo==0){
dbclient.updateProduct(product, fileName, DeleteLocalFile, i, products.length);
}else{
// console.log('Передача prod', product);
dbclient.updateDiscount(product, fileName);
dbclient.updateProduct(product, fileName, DeleteLocalFile), i, products.length;
}
if (i==products.length - 1){
emt.emit('updateDBComplite')
}
}catch(error){
logStream.write("Неудалось обновить запись: id="+product.id +
', amount=' + product.amount + ', price=' + product.price + ' из файла '+fileName +
'. Код ошибки: ' + error +'\n');
}
});
console.log(emt.listenerCount("updateDBComplite"))
console.log(emt.listenerCount("filesComplite"))
});
//Переход в папку ftp
c.on('ready',function(){
c.pwd( (err,dir)=>{
try{
if (err) throw err;
if (dir.indexOf('ftp')>0){
console.log(dir)
emt.emit('cwdComplete')
}else{
c.cwd('ftp',function(err,currentDir){
try{
if (err) console.log(err);
emt.emit('cwdComplete');
}catch(error){
logStream.write(datatime.create().format('Y-m-d H:M:S')+ ': Неудалось изменить папку на FTP', error)
}
})
}
}catch(error){
logStream.write(datatime.create().format('Y-m-d H:M:S')+ ': Неудалось получить текущую директорию на FTP', error)
}
});
});
}
var sleep = require('system-sleep');
var request = require("./request");
var schedule = require('node-schedule');
function autoRun(period){
// var logStream = require('./parsing').logStream;
var config = readConfig();
console.log(config.unitTime);
// var dateUpdate = "";
run();
switch(config.unitTime){
case '1': var dateUpdate = '0-59/'+config.period + ' * * * * *';
// console.log('in',dateUpdate);
break;
case '2': var dateUpdate = '*/'+config.period + ' * * * *';
break;
case '3': var dateUpdate = '0 0 */'+config.period + ' * * *';
break;
}
console.log('data',dateUpdate);
// logStream.write(datatime.create().format('Y-m-d H:M:S')+': Процедура автообновление запущена.\n')
console.log('autoRun start');
var online = true;
module.exports.online = online;
var countCircle = 0;
var job1 = schedule.scheduleJob( dateUpdate,() =>{
console.log(datatime.create().format('Y-m-d H:M:S'));
run();
// request.run_request();
countCircle++;
console.log('№',countCircle);
})
module.exports.job = job1;
// var T = period*60000;
// data = datatime.create().format('Y-m-d H:M:S');
// console.log("Автоматическое обновление с периодом "+period+" минут.");
// logStream.write(data + ': Сервис автобновления запущен\n');
// timer1 = setInterval(run,T);
// module.exports.timer = timer1;
}
module.exports.autoRun = autoRun;
module.exports.updateProduct = run;