geo_vba
VBA-CSV-interface
geo_vba | VBA-CSV-interface | |
---|---|---|
3 | 44 | |
7 | 65 | |
- | - | |
0.0 | 5.4 | |
about 4 years ago | about 1 month ago | |
VBA | VBA | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
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.
geo_vba
-
I have 400 locations in Excel; how can I easily add their addresses into the same sheet?
Apart from the mentioned solutions, you can try this code I wrote a while ago: https://github.com/krijnsent/geo_vba
-
Can I Create a Heat Map with Excel Data for a Downtown Area?
As u/Grey_Patagonia_Vest describes: you could add some more information like a postal code to the address. If you're looking for "main street", that will give tons of hits, if you add a postal code and/or city there is a higher chance you get to your desired location/city. I've built this toolkit, based on OpenStreetMap / Nominatim to transform addresses to lat/long -> https://github.com/krijnsent/geo_vba , using the geo_nom_search function, you could give it a try.
-
Using VBA CSV interface to work with USA Cartographic Boundary Files (Shapefiles)
Not sure if it is of any use to you, but OSM has quite some data too. I have some code in a repository that could be of assistance: https://github.com/krijnsent/geo_vba
VBA-CSV-interface
-
Creation of the CSV interface community
During this process, I also thought about how to offer the users of the tool a help channel where they can receive help, since the code project is currently maintained by a single person. This is why I decided to create the r/CSVinterface community, whose main objective is to serve as a help channel for CSV Interface users.
-
Meet a library member: CSVTextStream, the king of performance.
To prove that we are capable to unlocks some performance limitations from traditional file processing approach, I decided to develop the CSVTextStream to gain advantage over native VBA's I/O functionalities, boosting the efficiency of text file reading up to 2 GB in size by use a buffered text stream technique. You can download the latest version from here.
-
A tool to empower VBA
This is by no means all the functionality that CSV Interface can provide. If you want to know more details, I invite you to read the documentation.
- CSV Interface GitHub repo
-
Is there a way to specify format when reading CSV files? Specifically, I'm struggling with delimiters and qualifiers
Your requirements are according to RFC-4180 specifications. There is no standard CSV format. This situation has led to the proliferation of CSV variations such as DSV, TSV... Creating a custom library to solve your problem can be a solution, you can also use other already developed and well tested libraries such as CSV Interface, a library that supports CSV according to RFC-4180 specifications and also DSV files using the Unix style scape sequence.
-
suggest amazing uses of macros VBA
VBA can solve, literally, every problem you can face in your daily routine. You can automate repetitive task and also expand the language to create complete utilities and offer others a solution to a common issue. For example, I created VBA CSV Interface to help users deal with data from CSV files.
-
Finding a quicker method for Concatenate
With CSV Interface this task can be done with easy. The library has a MergeField method that performs this specific task. Also you can shift fields and rearrange them as you wish.
-
New version of VBA CSV Interface
As usual, at the end of the year, a new version of VBA CSV Interface is available. However, this time it is a major revision focused on refactoring code and increasing the usability of the tool.
-
Batch file to split CSV
This is a great use case of VBA CSV interface. Using the library you can split your file on related data and filter it out by column/field content.
-
Sorting data by values NOT being sorted?
Save your data as CSV and manage it from CSV Interface.
What are some alternatives?
Export-MS-Project-to-MS-Excel - Export tasks, Gantt chart and resources from MS Project to MS Excel. No additional software or installation required. Using build-in MS Project features (VBA).
VBA-General - A repository of various modules and classes for interacting with Excel and doing other... things.
stdVBA - VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
Power-Refresh - Schedule refresh of any Excel file using open-source scheduler & refresher written on VBA
VBA-Better-Array - An array class for VBA providing features found in more modern languages
VBA_personal - Library with VBA, used in multiple projects.
ECPTextStream - ECPTextStream is a VBA text buffered reader designed to manage text streams in Microsoft Office applications, from VBA.
QueryCsvToExcel - Provides VBA code for executing a SQL query on a CSV file to import data into a worksheet in Excel
SFDX-Data-Move-Utility - SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
csvdecoder - Go library for parsing and deserialising CSV files into Go objects