Reading STDF Tester Data Files

Totally new to Julia but considering learning it to develop analysis tools for our test data. Our most common format for tester data is STDF Teradyne Test Data Format. Is there a way to import STDF file fomated data for use in Julia. I am aware there are modules I think to import in R and Python so perhaps those modules can be called from Julia?

Any guidance to this novice would be appreciated.

Okay, the original author may not still be following this thread, but for anyone finding this through search engines later on:

In the meantime, I created a basic Julia package for working with STDF data: STDFormat.jl

It already supports the core functionality:

  • Reading STDF files
  • Exporting the data to DataFrames for further analysis in Julia

It’s still a work in progress, but hopefully it can help others getting started with STDF data in the Julia ecosystem.