Skip to content

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

Notifications You must be signed in to change notification settings

venenux/php-simple-bancotxts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages