本文介绍了如何在条件下将特定数据从日志文件插入到sql表中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


大家好,

我正在c#中创建一个控制台应用程序,它将从日志文件中获取信息,并根据条件(例如所花费的时间,cs_uri_stem等)将其插入到sql表中,但是我不知道如何读取日志文件,而该日志文件反过来会填充我的数据表指定条件.

请帮助我

谢谢
Vivek T


Hello everyone there,

i am creating an console application in c# which will fetch information from log file and insert it in sql table based on condition (like time taken, cs_uri_stem and so on) but i dont know how to read log file which in return fills my datatable for specified condition.

please help me in this

Thank you
Vivek T

推荐答案



这篇关于如何在条件下将特定数据从日志文件插入到sql表中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 10:11