logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
jedibrooker  
#1 Posted : Tuesday, September 8, 2020 1:45:34 PM(UTC)
jedibrooker

Rank: Newbie

Groups: Registered
Joined: 7/31/2020(UTC)
Posts: 5
Malaysia

I'm currently using a CSV that is automatically outputted in real time from a score producing software.

The csv had titles on the first row and the values on the second row. Each value is comma separated and has quotations, for example:

"name1","score1","name2","score2","name3","score3"
"Bob","100.00","Sally","99.10","Tony","102.25"

However, vmix automatically cuts off any zeros that it thinks is not necessary and it's very annoying considering these are actually strings and not integers! So, the numbers get outputted like this:
100, 99.1, 102.25
when it in fact should look like this:
100.00, 99.10, 102.25.

Firstly, why is vmix changing my strings to integers? vmix should not be altering anything that is in quotations!!!

Secondly, if this is how it is going to be then at least let us choose the number format of the integers.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.