Skip to content

qsv stats regards numbers with thousands separators as string #2554

Discussion options

You must be logged in to vote

With this minor modification it works!

@echo off
setlocal
set QSV_SKIP_FORMAT_CHECK=1
(type %1
qsv replace , "" %1 | ^
qsv stats | ^
qsv select sum | ^
qsv behead | ^
qsv transpose ) | ^
qsv lens

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jqnatividad
Comment options

Comment options

You must be logged in to vote
1 reply
@jqnatividad
Comment options

Comment options

You must be logged in to vote
1 reply
@jqnatividad
Comment options

Answer selected by jqnatividad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2553 on February 24, 2025 03:14.