Skip to content

Convert VCF File into a CSV File

I needed to convert a VCF file into a CSV file by fetching the important and readable informations.
Thanks to the bazzline component it was a quick win/no brainer. You can find the result here. It is written under GPL-3 License.

How to use it?

  • open a terminal / command line
  • git clone https://github.com/stevleibelt/incubator
  • cd incubator/general/vcf_to_csv_converter
  • ./converter

version 1.1.1 php component cli readline

I am happy to announce the release of 1.1.1 of bazzlines cli readline component for php.
Important changes are:
Since Version 1.1.1

  • fixed bug in nested arrays and dealing with closures

Since Version 1.1.0

  • removed unused DebugManager
  • moved from project namespace "Autocomplete" to "Readline"

Since Version 1.0.0

  • initial release

Whats so super cool about this component? Creating a php command line script with autocomplete was never that easy!

version 1.5.2 php component csv released

I am happy to announce the release of 1.5.3 of bazzlines csv component for php.
Important changes are:
Since Version 1.5.2

Since Version 1.5.1

  • updated dependency

Since Version 1.5.0

Since Version 1.4.0

  • started cli example to easy up usage
  • added "rewind" call when using reader::readAll() and reader::readMany()