Skip to content

atulsaurav/PythonSamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonSamples

Python tools that come handy now and then..

I will maintain an index here with a brief description of each of the sample.

  1. FileFormatter.py - This is useful while working with Informatica powercenter mappings. There are times when the inout or output files are fixed record and not delimited and there is a need to analyze the file in detail. This script converts the fixed record file to a delimitted file so it is easily importable by microsoft excel for analysis. This script extracts the structure of the file from source or target qualifier mentioned in the informatica powercenter mapping xml
  2. mergeSort.py - Simple Merge Sort implementation

About

Python tools that come handy now and then

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages