Viewing 15 posts - 1 through 15 (of 685 total)
Any suggestions or help..
Many thanks.
January 19, 2025 at 4:29 pm
okay now I'm close on counting keyword but I have something wrong I know .value isn't correct..
$keywords = @("EMPTY")
$textFiles = Get-ChildItem -Path $directoryPath |?{-not $_.PsIsContainer} | Sort CreationTime | Select...
January 16, 2025 at 4:24 pm
Okay I have the getting most current file now.
$textFiles = Get-ChildItem -Path $directoryPath |?{-not $_.PsIsContainer} | Sort CreationTime | Select -Last 1
How do I count found Keyword now if Equal...
January 16, 2025 at 3:42 pm
The app is just display engine... I use the PS to export from mssql and load to PG...
This piece of code is the issue.
# Convert the image data to a...
January 13, 2025 at 3:54 pm
After csv load to PG the image won't open in app. seems like size smaller than mssql.
I ran this from PG
SELECT length(imagesource) as image_size, upper(md5(imagesource)) FROM
image_classification_master
January 13, 2025 at 3:27 pm
The question is am I'm using the correct code to capture the image from mssql to csv export. It seems that when loaded to PG db that the size of...
January 13, 2025 at 2:06 pm
I have another thread "Display Bytea Image" that has a little more info.
-- This is what I used to verify length's don't match.
In MS SQL Server, you'll use the HASHBYTES function and...
January 13, 2025 at 12:42 pm
This is the code I'm using to dump mssql table. When I check length after loading to Postgresql DB it's smaller than the mssql
ImageSource in mssql is defined as Image
ImageSource...
January 13, 2025 at 12:40 pm
When I dumped the data from mssql to csv I used this piece for the Image field.
# Convert the image data to a base64 string
$base64Image = [Convert]::ToBase64String($row.ImageSource)
It seems from my...
January 12, 2025 at 2:35 pm
I'd like to see it to compare against what I posted.
Thanks.
January 6, 2025 at 6:23 pm
I tweaked it some and this looks like I want...
Any improvements or tweaks you can see for performance?
Thanks again.
$Data = "SELECT distinct substring(ImageName,1,8) as HitName from Image_Measurement_Data(nolock)...
January 6, 2025 at 3:36 pm
Okay I now have this running, but have a couple of issues...
Not sure how to code this piece where I just want to pass in the HitDate out of $fileDate...
January 6, 2025 at 1:13 pm
Viewing 15 posts - 1 through 15 (of 685 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy