You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, list_extract supports position for extract target
And there is a requirement for support boolean logic like position >= 4 to extract a value.
Issue Description
Currently, list_extract supports position for extract target
And there is a requirement for support boolean logic like
position >= 4to extract a value.