New Data Process Created to Review/Monitor Alerts (work)

Yesterday at work, I was able to construct a data flow using SQL (via SSIS), a batch file, a Python program, and Tableau. This method will be automated (with exception of kicking off the batch file) on a weekly basis.

Essentially, all the alerts from prior week will be pulled, scrubbed, and used to create Tableau reports.

The break down.

First Process: SSIS

  • The SSIS job runs weekly, around 5 a.m. Monday mornings. I have a SQL job pulling the last 7 days of alerts from the table.
  • This data is giving in a text file, provided on a local S drive.

Second Process: Batch File

When I come into work that morning, I kick off the batch file.

  • The batch file pulls the provided file into my local PC.
  • The Python program cleans (Scrubs) the data, reformatting it to a more usable CSV file. It also applies a date/time in the filename. This way, I will always maintain a weekly data file without it overwriting.

Third Process: Tableau

  • Now I can convert the CSV file into an Excel, which is used in Tableau.
  • This allows me to construct visual reports. With these, we can track alerts to ensure a more proactive approach to issues. This also allows us to provide a view of reoccuring issues, Ect.

Matt Cole has high regard for knowledge share. He has a desire to share critical thinking and information. With a Masters in Information Technology and a wide array of certifications, while not working full-time, he wishes to knowledge share through providing insight, information organization, and critical thinking skills.

#KnowledgeShare | Matt Cole | #infobyMattCole

Similar Posts

  • What is Kindle Vella?

    Kindle Vella is Amazon’s latest initiative that provides a new platform for authors to publish their stories in short serialized installments. It’s an online platform where authors can write and publish stories in small chunks, similar to traditional serial stories that were popular in newspapers in the past. I have started a new project with…

  • Learn from History

    Learn From History What men learn from history is that men never learn from history. Dr. Gene Kim Tweet Listen to the Episode When I was in public school, I really didn’t have a keen interest in history. I thought it was interesting, but unlike today, I find history not only fascinating, but holds a…

  • What is Critical Thinking

    I have commented before, our youth has lost their ability to critically think. However, what exactly is critical thinking? Have we, as the generation before, failed our youth in teaching the art of critical thinking? What is Critical Thinking? Critical thinking can be seen as having two components: 1) a set of information and belief…

  • A Look at Cozi

    Cozi is a website and mobile app intended to help families stay organized. Its features include allowing multiple family members to manage schedules with one account, as well as organize and update shopping and to-do lists. [mc4wp_form id=”121652″] A look at Cozi. What it looks like, the functionality, and how I personally use it.

  • Gathering Data

    Gathering data is a critical aspect of project planning that helps project managers make informed decisions and ensure project success. Data collection provides valuable insights into project performance, identifies potential risks and issues, and facilitates continuous improvement. In this article, we will discuss the importance of gathering data in project planning and provide tips for…