Skip to content

hbowie/pstextmerge2

Repository files navigation

Introduction

PSTextMerge merges lists of tabular data into text templates to create fully populated text files. The output files can be Web pages, XML files, RSS Feeds or any other varieties of text files. The input data can be obtained from a tab-delimited data file, or directly from a Microsoft Excel (‘.xls’) spreadsheet, or from a number of other sources. You can record and easily play back recorded scripts, making it easy to re-generate your output text files when your data changes.

The input data can be sorted and filtered before being used to generate output, and these operations can be scripted as well.

Tab-delimited files can be easily exported from most spreadsheets, databases, address book, and many other programs.

PSTextMerge can also perform other operations with tabular data, extracting and merging data from multiple bookmarks files, address books, and other formats.

PSTextMerge was formerly known as TDF Czar.

The pstextmerge2 GitHub project contains a newer version of PSTextMerge, rewritten to use JavaFX instead of Swing. Rewrite is still in progress.

Documentation

User documentation is available at docs/index.md.

Executables

Executable software may be downloaded at PowerSurgePub.com.

Source

Source code for PSTextMerge is available at

https://github.com/hbowie/pstextmerge2

Source code for JExcelAPI is available at

http://sourceforge.net/projects/jexcelapi

Source code for parboiled is available at

https://github.com/sirthias/parboiled

Source code for flexmark is available at

https://github.com/vsch/flexmark-java

Source code for Xerces is available at

http://svn.apache.org/viewvc/xerces/java/

Source code for Saxon is available at

http://www.mozilla.org/MPL/

Rights

PSTextMerge

Copyright 1999 - 2017 by Herb Bowie

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

JExcelAPI

Copyright 2002 Andrew Khan

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see

http://www.gnu.org/licenses/

parboiled

Copyright 2009-2011 Mathias Doenitz

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2016 Vladimir Schneider

Licensed under the The 2-Clause BSD License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://opensource.org/licenses/BSD-2-Clause

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Xerces

Copyright 1999-2012 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Saxon

Copyright Michael H. Kay

Licensed under the Mozilla Public License, v. 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.mozilla.org/MPL

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Utility to merge text files, rewritten to use JavaFX instead of Swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published