Results 12 comments of zhaohangbo

@seratch Thanks for your reply. The `batchInsert()` and `create()` methods in the model, which generated by Reverse Engineering, have a bug needs to be fixed. In the picture I uploaded...

same question @juander

![image](https://user-images.githubusercontent.com/12908906/42823565-6da6ef04-8a10-11e8-9022-0805a5cd0648.png)

to solve the issue, do like this. ![image](https://user-images.githubusercontent.com/12908906/42825585-e5734010-8a14-11e8-95f7-ad3f4de952a5.png)

Encountered same issue. Find no code about definition in PlayReader.scala ![image](https://cloud.githubusercontent.com/assets/12908906/23693973/53c6c9f4-0412-11e7-879e-c8fd9d359e4e.png) we should add the logic of reading swagger definition in PlayReader.scala

Is that mean I need to configure the Network Device by myself ? Either define that field type with a suitable data type and field name in Network Device: 225:...

Thank you very much for your quick reply and help. I've tried many times to add different skip fields in definitions /some/path/to/my_netflow_def.yml like, ``` 148: - :skip 176: - :skip...

And still having the 2 warnings: No matching template for flow id 263 No matching template for flow id 256

@codeout Thanks, but what tshark captured is binary, I am using ``` tshark -f "udp port 5140" -i any -V ``` Am I using it in the wrong way ?...

Thanks a lot !! The command works. Several minutes later I can see the content of netflow on my terminal. Although at the beginning, still can't find templates 256,263, since...