Skip to main content
Participant
January 11, 2021
Answered

After Effects does not show data from CSV/JSON bigger than 32768 (2^15 Bit)?

  • January 11, 2021
  • 1 reply
  • 527 views

Hello everyone!

Ok, I need to know if Ae does not accept numbers above 32768 (2^15 Bit).

It seems Ae shows clamped numbers from csv / json-files in the layer-window.

When the Data is read out in a array, the numbers has their right values.

 

Somebody knows thomething about this?

Thx!

This topic has been closed for replies.
Correct answer Mylenium

That's a known limitation. You have to import such numbers as strings.

 

Mylenium

1 reply

Mylenium
MyleniumCorrect answer
Legend
January 12, 2021

That's a known limitation. You have to import such numbers as strings.

 

Mylenium

Participant
January 12, 2021

Hey Mylenium,

thanx for answer.

That's what I thought, but hasn't it been that way for years?

 

This is for the adobe-crew:

It's time to fix this bug, I think. 🙂

The bug is really fundamental for the functionality with CSV and JSON.

How can Adobe advertise this as an additional feature since 2018?

Handling 32 bit integer numbers should be possible in 2021.