Re: Script to Transform One CSV File Into Another

2023-02-22 Thread Nello Lucchesi
It turns out that importing a Mint CSV (imposter) into Quicken does not 
solve my problem because this Quicken import feature is designed to be for 
moving from Mint → Quicken, not for repeatedly loading of transactions into 
Quicken.

I apologize for whatever wild goose chase I sent anyone on as a result of 
my misunderstanding.

Thank you for your help.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/801adf05-c4ed-47cf-a66e-8d193d81e0f8n%40googlegroups.com.


Script to Transform One CSV File Into Another

2023-02-18 Thread Nello Lucchesi
I’m new to scripting BBEdit and columnular transformations.

I’d like to create/modify/steal a script to transform a csv file containing 
financial data from my credit card company’s format into the format 
exported by Mint (so that I can import the resulting Mint imposter into 
Quicken for Mac).

Credit card CSV (Input)
*Date, Id, Amount, Description*

Mint CSV (Output)
*Date,Description,Original Description,Amount,Transaction 
Type,Category,Account Name,Labels,Notes*

The new columns will be either:

   - Constants,
   - Empty.
   - Duplicates of other columns


Can someone please point me in the right direction?  Ideally, can you point 
me towards a script that does most of this and that I can modify?

Thank you.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/05f1af68-3467-41f5-95d3-baefdf764826n%40googlegroups.com.


Best Tools for Editing Bash Scripts

2016-05-16 Thread Nello Lucchesi
I'm editing (FreeBSD/FreeNAS) bash scripts in BBEdit (11.5.2) and hoping to
find ways to augment the included "Unix Script" language selection.

For example, I'd like to add these capabilities:
- Code Folding
- Finding function and variable declarations

Is there any way to make BBEdit more bash-friendly (apart from writing my
own Language Module)?

Thank you.

- nello

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Windows alternative to BBEdit

2012-08-29 Thread Nello Lucchesi
My favorite Windows HTML editor was HomeSite:

  http://www.adobe.com/products/homesite/

Apparently, TopStyle4 is considered its successor:

  http://nick.typepad.com/blog/2009/06/homesite-discontinued.html

Take a look:

  http://www.topstyle4.com/

  - nello

Nello Lucchesi

-- 
-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit





Re: Does BBE support Syntax and Formatting for PHP code

2012-07-01 Thread Nello Lucchesi
On Thu, Jun 14, 2012 at 3:39 PM, Robert A. Rosenberg rar...@banet.net wrote:
 At 14:35 +1000 on 06/14/2012, Alex Satrapa wrote about Re: Does BBE support
 Syntax and Formatting for PHP code:

 While BBEdit doesn't have any tidying/syntax checking for PHP (or Perl, or
 Python or Š) there is a phptidy script on the intertubes, and there is
 discussion of how to use it with TextWrangler (and I assume, by extension,
 with BBEdit) here:
 http://magp.ie/2011/01/10/tidy-and-format-your-php-and-meet-wordpress-standards-on-coda-and-textwrangler/


 Thanks. I installed it and it seems to meet my formatting needs. I assume
 that it handles the syntax checking at the same time although I would rather
 go with a syntax checker as opposed to a formatter which fixes what it
 thinks you are trying to do as opposed to just flagging errors for
 inspection and correction. I have been burned by using a tidy type fixer
 which made the wrong correction from what I wanted (ie: A syntax check
 spotted an error in nesting that needed to be hand corrected).


Robert:

Now that you've used it a while, are you still happy with it?

  - nello

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Git Support

2012-03-11 Thread Nello Lucchesi
Has any consideration been given to intregrating Git support into BBEdit (much 
like SVN is now)?

 - nello

Nello Lucchesi
The October Group, Ltd.
ne...@octobergroup.com

smime.p7s
Description: S/MIME cryptographic signature


Seeking Scripts to Format PHP and SQL

2012-03-07 Thread Nello Lucchesi
Can anyone recommend any scripts that could be used within BBEdit to format 
(pretty print) PHP or SQL?

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: Syntax highlighting for PHP variables

2012-03-07 Thread Nello Lucchesi


 Whilst maybe not being exactly what you're looking but close, I use John
 Gruber's `bbcolors for bbedit` (that you will find on Google).

 BBEdit v.10 upwards only.

 Cheers,

   Phil...


http://daringfireball.net/projects/bbcolors/ 

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit