ECPTextStream
ECPTextStream is a VBA text buffered reader designed to manage text streams in Microsoft Office applications, from VBA. (by ECP-Solutions)
msaccess-vcs-addin
Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system. (by joyfullservice)
ECPTextStream | msaccess-vcs-addin | |
---|---|---|
5 | 3 | |
13 | 235 | |
- | 6.4% | |
7.9 | 9.2 | |
26 days ago | 7 days ago | |
VBA | VBA | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ECPTextStream
Posts with mentions or reviews of ECPTextStream.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-08.
-
Meet a library member: CSVTextStream, the king of performance.
The table below shows the overall performance for the read operations, you can download the test files from here. The test machine is running Win 10 Pro 64-bit, Intel® Core™ i7-4500U CPU N2600 @1.80 GHz - 2.40 GHz, 8 GB RAM.
-
Removing all blank lines at the end of a text file
This is a perfect use case for ECPTextStream. Create a loop for read the source text file and write the result file. Inside the file loop, manage to handle the last chunk of information and remove the last char until a line break is found.
-
[Access] Any alternatives to Scripting.TextStream that eat up less memory?
Maybe the ECPTextStream class module can help you. This library is faster than the scripting method when dealing with text files and can manage files up to 2GB without any problem. See the benchmarks here.
-
VBA CSV Interface v3 Pre-release
Parse CSV/TSV through streams with the ECPTextStream class module.
-
What have you been working on? (Week of January 29, 2021)
New versión of the VBA-CSV Interface class. This will integrate the ECPTextStream class module in order to reduce memory overloads when retrieving few records from a CSV file.
msaccess-vcs-addin
Posts with mentions or reviews of msaccess-vcs-addin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-03.
-
MS Access Version Control
I use Access VCS. You export the database, front end or back end to a folder and then add it to a git repo from there. It will not save the data only the code, macros, forms, reports, queries, and table schemas.
-
Distributing front-end file via SharePoint.
This is similar to what I was thinking of doing but was just curious if because of the way SharePoint works with the user directories if I could pop an update into the folder and it would resync with the new version whenever I may updates. If it doesn't indeed play well I've got a VBA script that checks to make sure the an FE file variable matches a table in the backend and if not prompts them to update to the newest version. I've also been using msaccess-vcs-integration and it's been a life saver.
What are some alternatives?
When comparing ECPTextStream and msaccess-vcs-addin you can also consider the following projects:
stdVBA - VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
VBA - Code Blocks relating to everything VBA
VBA-JSON-parser - Backus-Naur Form JSON Parser based on RegEx for VBA
VBA_personal - Library with VBA, used in multiple projects.
crypto_vba - An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
revup - Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.