Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.25 KB

php-simple-bancotxts

Generardor basico y didactico de txt para bancos.. para no usar el puto excel y poder integrar proyectos de php..

Basic txt banks generator from clases.. to avoid usage of stupid excel and so can integrate in php projects..

YEAH!: hosted at Gitlab baby!

Description

Convert primitives PHP tables or arrays into CSV but fixed column delimeted.

By parsing a table resulted (array) or directly and array, then convert the array abstracted into a file delimited by fixed columns spaces.

Example

See documentation below in documentation section.

Usage

php -r "include 'ClassTxtBanks.php';ClassTxtBanks::printTxtBanks('banesco',array('1'->array('rwo1col1'..), 2->(...));"

Output Text

row1col1val1    row1col2val2    colother2          row1col4
rol2val1        row2c2val2      row3val3other2     row2col4

Documentaton

WIP

Copyright (c) 2019

See LICENSE

YEAH!: hosted at Gitlab baby!